Aracılığıyla paylaş


ShutdownStatement.WithNoWait Özellik

Alır veya ayarlar ile NOWAIT kullanılmış olsun.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

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

Özellik Değeri

Tür: System.Boolean
NOWAIT ile kullanılan, false Aksi takdirde ise true deðerini verir.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ShutdownStatement Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı