Freigeben über


IntegrationServices.ISfcHasConnection.ConnectionContext-Eigenschaft

Gets the context of the connection.

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

Syntax

'Declaration
Private ReadOnly Property ConnectionContext As SfcConnectionContext 
    Implements ISfcHasConnection.ConnectionContext 
    Get
'Usage
Dim instance As IntegrationServices 
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
The context of the connection.

Implementiert

ISfcHasConnection.ConnectionContext

Siehe auch

Verweis

IntegrationServices Klasse

Microsoft.SqlServer.Management.IntegrationServices-Namespace