Condividi tramite


Proprietà SetOnOffStatement.IsOn

Ottiene o imposta un valore che indica se questa particolare istruzione SET è in uno stato ON.

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 IsOn As Boolean
    Get
    Set
public bool IsOn { get; set; }
public:
property bool IsOn {
    bool get ();
    void set (bool value);
}
member IsOn : bool with get, set
function get IsOn () : boolean
function set IsOn (value : boolean)

Valore proprietà

Tipo: System.Boolean
Restituisce true se questa particolare istruzione SET è impostata su uno stato ON; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SetOnOffStatement Classe

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