Compartilhar via


Propriedade do RDL IntegrationServices.ISfcHasConnection.ConnectionContext

Gets the context of the connection.

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

Sintaxe

'Declaração
Private ReadOnly Property ConnectionContext As SfcConnectionContext 
    Implements ISfcHasConnection.ConnectionContext 
    Get
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnectionContext
The context of the connection.

Implementa

ISfcHasConnection.ConnectionContext

Consulte também

Referência

IntegrationServices Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices