Свойство CollectorConfigStore.ISfcHasConnection.ConnectionContext

This property is for internal use only.

Пространство имен:  Microsoft.SqlServer.Management.Collector
Сборка:  Microsoft.SqlServer.Management.Collector (в Microsoft.SqlServer.Management.Collector.dll)

Синтаксис

'Декларация
Private ReadOnly Property ConnectionContext As SfcConnectionContext 
    Implements ISfcHasConnection.ConnectionContext 
    Get
'Применение
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 поддерживает использование явных реализаций интерфейса, но не объявление новых.

Значение свойства

Тип: Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnectionContext
An SfcConnectionContext object.

Реализует

ISfcHasConnection.ConnectionContext

См. также

Справочник

CollectorConfigStore Класс

Пространство имен Microsoft.SqlServer.Management.Collector