Propriedade do RDL Enabled
Obtém o valor da propriedade Boolean que indica se o coletor de dados está habilitado.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property Enabled As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
Um valor Boolean que especifica se o coletor de dados está habilitado.
Se o valor for True, o coletor de dados está habilitado.
Se for False, o coletor de dados não estará habilitado.
Comentários
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Consulte também