UIConnectionInfo.LoadFromStream(XmlReader) Method

Definition

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Loads a connection from the specified stream.

public:
 static Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ LoadFromStream(System::Xml::XmlReader ^ reader);
public static Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo LoadFromStream (System.Xml.XmlReader reader);
static member LoadFromStream : System.Xml.XmlReader -> Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
Public Shared Function LoadFromStream (reader As XmlReader) As UIConnectionInfo

Parameters

reader
XmlReader

Reads the next code from the stream.

Returns

The connection that has been loaded.

Applies to