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.

참고 항목

참조

WaitForStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스