Compartir a través de


ServerConnection Propiedad

Gets the Server Connection for the SqlStoreConnection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property ServerConnection As ServerConnection
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Common. . :: . .ServerConnection
A ServerConnection value representing the connection to the server.