UIConnectionInfo.LoadFromStream(XmlReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.