待機の種類を取得または設定します。
名前空間: 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
待機の種類。