Freigeben über


LoadFromStream-Methode

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Loads a connection from the specified stream.

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

Parameter

Rückgabewert

Typ: Microsoft.SqlServer.Management.Smo.RegSvrEnum. . :: . .UIConnectionInfo
The connection that has been loaded.