WaitForStatement.WaitForOption 屬性
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.