Freigeben über


SetOnOffStatement.IsOn-Eigenschaft

Ruft ab oder legt fest, ob sich diese bestimmte SET-Anweisung in einem ON-Status befindet.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.Boolean
Gibt True zurück, wenn diese bestimmte SET-Anweisung auf einen ON-Status festgelegt wird, andernfalls False.

.NET Framework-Sicherheit

Siehe auch

Referenz

SetOnOffStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace