Condividi tramite


Proprietà ISqlConstraint.IsDisabled

Ottiene o imposta un valore che indica se il vincolo è disabilitato.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property IsDisabled As Boolean
    Get
    Set
bool IsDisabled { get; set; }
property bool IsDisabled {
    bool get ();
    void set (bool value);
}
abstract IsDisabled : bool with get, set
function get IsDisabled () : boolean
function set IsDisabled (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlConstraint Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel