Gets or sets the type of wait.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property WaitForOption As WaitForOption
Get
Set
用法
Dim instance As WaitForStatement
Dim value As WaitForOption
value = instance.WaitForOption
instance.WaitForOption = value
public WaitForOption WaitForOption { get; set; }
public:
property WaitForOption WaitForOption {
WaitForOption get ();
void set (WaitForOption value);
}
member WaitForOption : WaitForOption with get, set
function get WaitForOption () : WaitForOption
function set WaitForOption (value : WaitForOption)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.WaitForOption
The type of wait.