Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumeration specifying the type of alter event session statement.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration AlterEventSessionStatementType
[SerializableAttribute]
public enum AlterEventSessionStatementType
[SerializableAttribute]
public enum class AlterEventSessionStatementType
[<SerializableAttribute>]
type AlterEventSessionStatementType
public enum AlterEventSessionStatementType
Members
Member name | Description | |
---|---|---|
Unknown | Value is 0 | |
AddEventDeclarationOptionalSessionOptions | Value is 1 | |
DropEventSpecificationOptionalSessionOptions | Value is 2 | |
AddTargetDeclarationOptionalSessionOptions | Value is 3 | |
DropTargetSpecificationOptionalSessionOptions | Value is 4 | |
RequiredSessionOptions | Value is 5 | |
AlterStateIsStart | Value is 6 | |
AlterStateIsStop | Value is 7 |