Condividi tramite


Proprietà AlterDatabaseTermination.NoWait

Ottiene o imposta un valore che indica se NO_WAIT è specificato.

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

Valore proprietà

Tipo: System.Boolean
Restituisce true se NO_WAIT è stato specificato; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AlterDatabaseTermination Classe

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