Propriété ServerConnection
Gets the Server Connection for the SqlStoreConnection. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ServerConnection As ServerConnection
Get
'Utilisation
Dim instance As SqlStoreConnection
Dim value As ServerConnection
value = instance.ServerConnection
public ServerConnection ServerConnection { get; }
public:
property ServerConnection^ ServerConnection {
ServerConnection^ get ();
}
member ServerConnection : ServerConnection
function get ServerConnection () : ServerConnection
Valeur de propriété
Type : Microsoft.SqlServer.Management.Common. . :: . .ServerConnection
A ServerConnection value representing the connection to the server.
Voir aussi