AlterEventSessionStatementType 枚举
The types of alter event session statement.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration AlterEventSessionStatementType
用法
Dim instance As AlterEventSessionStatementType
[SerializableAttribute]
public enum AlterEventSessionStatementType
[SerializableAttribute]
public enum class AlterEventSessionStatementType
[<SerializableAttribute>]
type AlterEventSessionStatementType
public enum AlterEventSessionStatementType
成员
成员名称 | 说明 | |
---|---|---|
AddEventDeclarationOptionalSessionOptions | Value is 1. | |
AddTargetDeclarationOptionalSessionOptions | Value is 3. | |
AlterStateIsStart | Value is 6. | |
AlterStateIsStop | Value is 7. | |
DropEventSpecificationOptionalSessionOptions | Value is 2. | |
DropTargetSpecificationOptionalSessionOptions | Value is 4. | |
RequiredSessionOptions | Value is 5. | |
Unknown | Value is 0. |