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. |