หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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. |