Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the Boolean property value that indicates whether or not the data collector is enabled.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property Enabled As Boolean
Get
'Usage
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
Property Value
Type: 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.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.