Freigeben über


SqlStoreConnection.ServerConnection-Eigenschaft

Gets the Server Connection for the SqlStoreConnection. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Public ReadOnly Property ServerConnection As ServerConnection 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

SqlStoreConnection Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace