Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
The types of alter event session statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration AlterEventSessionStatementType
'Usage
Dim instance As AlterEventSessionStatementType
[SerializableAttribute]
public enum AlterEventSessionStatementType
[SerializableAttribute]
public enum class AlterEventSessionStatementType
[<SerializableAttribute>]
type AlterEventSessionStatementType
public enum AlterEventSessionStatementType
Members
| Member name | Description | |
|---|---|---|
| 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. |