Freigeben über


ShutdownStatement.WithNoWait-Eigenschaft

Ruft ab oder legt fest, ob WITH NOWAIT verwendet wird.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean
Gibt true zurück, wenn WITH NOWAIT verwendet wird, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ShutdownStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace