Partilhar via


Propriedade do RDL CollectorConfigStore.ISfcHasConnection.ConnectionContext

This property is for internal use only.

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

Sintaxe

'Declaração
Private ReadOnly Property ConnectionContext As SfcConnectionContext 
    Implements ISfcHasConnection.ConnectionContext 
    Get
'Uso
Dim instance As CollectorConfigStore 
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
An SfcConnectionContext object.

Implementa

ISfcHasConnection.ConnectionContext

Consulte também

Referência

CollectorConfigStore Classe

Namespace Microsoft.SqlServer.Management.Collector