Compartilhar via


Propriedade do RDL ISfcProperty.Enabled

Gets a value that indicates whether the property is enabled. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
ReadOnly Property Enabled As Boolean 
    Get
'Uso
Dim instance As ISfcProperty 
Dim value As Boolean 

value = instance.Enabled
bool Enabled { get; }
property bool Enabled {
    bool get ();
}
abstract Enabled : bool
function get Enabled () : boolean

Valor da propriedade

Tipo: System.Boolean
true if the property is enabled; otherwise, false.

Consulte também

Referência

ISfcProperty Interface

Namespace Microsoft.SqlServer.Management.Sdk.Sfc