Partager via


ShutdownStatement.WithNoWait, propriété

Obtient ou définit si WITH NOWAIT est utilisé.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
Retourne la valeur True si WITH NOWAIT est utilisé ; sinon, False.

Sécurité .NET Framework

Voir aussi

Référence

ShutdownStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms