Proprietà Enabled
Ottiene il valore della proprietà Boolean che indica se l'agente di raccolta dati è o meno abilitato.
Spazio dei nomi Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property Enabled As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
Un valore Boolean che specifica se l'agente di raccolta dati è abilitato.
Se True, l'agente di raccolta dati è abilitato.
Se False, l'agente di raccolta dati non è abilitato.
Osservazioni
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Vedere anche