DataRuleSetting.Enabled (Propiedad)

Obtiene un valor que indica si la instancia está habilitada.

Espacio de nombres:  Microsoft.Data.Schema.StaticCodeAnalysis
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean
Es true si esta instancia está habilitada; de lo contrario, es false.

Seguridad de .NET Framework

Vea también

Referencia

DataRuleSetting Clase

Microsoft.Data.Schema.StaticCodeAnalysis (Espacio de nombres)

DataRule