Compartir a través de


ShutdownStatement.WithNoWait (Propiedad)

Obtiene o establece un valor que indica si se usa WITH NOWAIT.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
Devuelve true si se utiliza WITH NOWAIT; de lo contrario, devuelve false.

Seguridad de .NET Framework

Vea también

Referencia

ShutdownStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)