Condividi tramite


Proprietà AlterDatabaseTermination.NoWait

Gets or sets a value that indicates whether NO_WAIT is specified.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property NoWait As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As AlterDatabaseTermination 
Dim value As Boolean 

value = instance.NoWait

instance.NoWait = value
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
True if NO_WAIT is specified; otherwise, false.

Vedere anche

Riferimento

AlterDatabaseTermination Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom