Udostępnij przez


Metoda UIConnectionInfo.LoadFromStream

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.Ładuje połączenia z określonym strumienia.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Zestaw:  Microsoft.SqlServer.RegSvrEnum (w Microsoft.SqlServer.RegSvrEnum.dll)

Składnia

'Deklaracja
Public Shared Function LoadFromStream ( _
    reader As XmlReader _
) As UIConnectionInfo
'Użycie
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

Parametry

Wartość zwracana

Typ: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
Połączenia, które zostały załadowane.