Freigeben über


AlterDatabaseTermination.NoWait-Eigenschaft

Ruft ab oder legt fest, ob NO_WAIT angegeben ist.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean
Gibt true zurück, wenn NO_WAIT angegeben wurde, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

AlterDatabaseTermination Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace