Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of wait.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property WaitForOption As WaitForOption
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.WaitForOption
The type of wait.