AlterEventSessionStatementType 枚举

用于指定改变事件会话语句的类型的枚举。

命名空间:  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

请参见

参考

Microsoft.Data.Schema.ScriptDom.Sql 命名空间

AlterEventSessionStatement