Méthode LoadFromStream
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Loads a connection from the specified stream.
Espace de noms : Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly : Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)
Syntaxe
'Déclaration
Public Shared Function LoadFromStream ( _
reader As XmlReader _
) As UIConnectionInfo
'Utilisation
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
Paramètres
- reader
Type : System.Xml. . :: . .XmlReader
Reads the next code from the stream.
Valeur de retour
Type : Microsoft.SqlServer.Management.Smo.RegSvrEnum. . :: . .UIConnectionInfo
The connection that has been loaded.
Voir aussi