Gets or sets a value that indicates whether NO_WAIT is specified.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property NoWait As Boolean
Get
Set
用法
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)
属性值
类型:System.Boolean
True if NO_WAIT is specified; otherwise, false.