指定變更事件工作階段陳述式型別的列舉。
命名空間: Microsoft.Data.Schema.ScriptDom.Sql
組件: Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)
語法
'宣告
<SerializableAttribute> _
Public Enumeration AlterEventSessionStatementType
[SerializableAttribute]
public enum AlterEventSessionStatementType
[SerializableAttribute]
public enum class AlterEventSessionStatementType
[<SerializableAttribute>]
type AlterEventSessionStatementType
public enum AlterEventSessionStatementType
成員
| 成員名稱 | 說明 | |
|---|---|---|
| Unknown | 值為 0。 | |
| AddEventDeclarationOptionalSessionOptions | 值為 1。 | |
| DropEventSpecificationOptionalSessionOptions | 值為 2。 | |
| AddTargetDeclarationOptionalSessionOptions | 值為 3。 | |
| DropTargetSpecificationOptionalSessionOptions | 值為 4。 | |
| RequiredSessionOptions | 值為 5。 | |
| AlterStateIsStart | 值為 6。 | |
| AlterStateIsStop | 值為 7。 |