다음을 통해 공유


CollectorConfigStore.Enabled 속성

Gets the Boolean property value that indicates whether or not the data collector is enabled.

네임스페이스:  Microsoft.SqlServer.Management.Collector
어셈블리:  Microsoft.SqlServer.Management.Collector(Microsoft.SqlServer.Management.Collector.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property Enabled As Boolean 
    Get
‘사용 방법
Dim instance As CollectorConfigStore 
Dim value As Boolean 

value = instance.Enabled
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public bool Enabled { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property bool Enabled {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member Enabled : bool
function get Enabled () : boolean

속성 값

유형: System.Boolean
A Boolean value that specifies if the data collector is enabled.If True, the data collector is enabled.If False, the data collector is not enabled.

주의

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

참고 항목

참조

CollectorConfigStore 클래스

Microsoft.SqlServer.Management.Collector 네임스페이스