Partilhar via


Propriedade DataRuleSetting.Enabled

Obtém um valor que indica se a instância está ativada.

Namespace:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Public Property Enabled As Boolean
    Get
    Friend Set
public bool Enabled { get; internal set; }
public:
property bool Enabled {
    bool get ();
    internal: void set (bool value);
}
member Enabled : bool with get, internal set
function get Enabled () : boolean
internal function set Enabled (value : boolean)

Valor de propriedade

Tipo: System.Boolean
true Se esta instância é habilitada; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

DataRuleSetting Classe

Namespace Microsoft.Data.Schema.StaticCodeAnalysis

DataRule