Proprietà ShutdownStatement.WithNoWait
Ottiene o imposta un valore che indica se è utilizzato WITH NOWAIT.
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 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)
Valore proprietà
Tipo: System.Boolean
Restituisce true se è utilizzato NOWAIT; in caso contrario, false.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.