Freigeben über


RegisteredServersStore.ISfcHasConnection.ConnectionContext-Eigenschaft

Gets the details of a connection to an instance of the database engine.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntax

'Declaration
Private ReadOnly Property ConnectionContext As SfcConnectionContext 
    Implements ISfcHasConnection.ConnectionContext 
    Get
'Usage
Dim instance As RegisteredServersStore 
Dim value As SfcConnectionContext 

value = CType(instance, ISfcHasConnection).ConnectionContext
SfcConnectionContext ISfcHasConnection.ConnectionContext { get; }
private:
virtual property SfcConnectionContext^ ConnectionContext {
    SfcConnectionContext^ get () sealed = ISfcHasConnection::ConnectionContext::get;
}
private abstract ConnectionContext : SfcConnectionContext 
private override ConnectionContext : SfcConnectionContext
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnectionContext
A SfcConnectionContext object with the connection information.

Implementiert

ISfcHasConnection.ConnectionContext

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

RegisteredServersStore Klasse

Microsoft.SqlServer.Management.RegisteredServers-Namespace