ALTER EVENT SESSION ステートメントの種類。
名前空間: 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 | 値は 1 です。 | |
| AddTargetDeclarationOptionalSessionOptions | 値は 3 です。 | |
| AlterStateIsStart | 値は 6 です。 | |
| AlterStateIsStop | 値は 7 です。 | |
| DropEventSpecificationOptionalSessionOptions | 値は 2 です。 | |
| DropTargetSpecificationOptionalSessionOptions | 値は 4 です。 | |
| RequiredSessionOptions | 値は 5 です。 | |
| Unknown | 値は 0 です。 |