UIConnectionInfo.LoadFromStream Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)
Syntax
'Declaration
Public Shared Function LoadFromStream ( _
reader As XmlReader _
) As UIConnectionInfo
'Usage
Dim reader As XmlReader
Dim returnValue As UIConnectionInfo
returnValue = UIConnectionInfo.LoadFromStream(reader)
public static UIConnectionInfo LoadFromStream(
XmlReader reader
)
public:
static UIConnectionInfo^ LoadFromStream(
XmlReader^ reader
)
static member LoadFromStream :
reader:XmlReader -> UIConnectionInfo
public static function LoadFromStream(
reader : XmlReader
) : UIConnectionInfo
Parameters
- reader
Type: System.Xml.XmlReader
Return Value
Type: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo