Compartilhar via


Propriedade do RDL ServerConnection

Gets the Server Connection for the SqlStoreConnection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 da propriedade

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