Condividi tramite


Proprietà EnabledDisabledPayloadOption.IsEnabled

Ottiene o imposta un valore che indica se il valore dell'opzione è ENABLED.

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

Sintassi

'Dichiarazione
Public Property IsEnabled As Boolean
    Get
    Set
public bool IsEnabled { get; set; }
public:
property bool IsEnabled {
    bool get ();
    void set (bool value);
}
member IsEnabled : bool with get, set
function get IsEnabled () : boolean
function set IsEnabled (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

EnabledDisabledPayloadOption Classe

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