Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Specifies the type of wait.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration WaitForOption
'Usage
Dim instance As WaitForOption
[SerializableAttribute]
public enum WaitForOption
[SerializableAttribute]
public enum class WaitForOption
[<SerializableAttribute>]
type WaitForOption
public enum WaitForOption
Members
| Member name | Description | |
|---|---|---|
| Delay | Wait for Delay. | |
| Statement | Wait for Statement. | |
| Time | Wait for Time. |