AlterEventSessionStatementType 列挙体

イベント セッション変更ステートメントの種類を指定する列挙体です。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
<SerializableAttribute> _
Public Enumeration AlterEventSessionStatementType
'使用
Dim instance As AlterEventSessionStatementType
[SerializableAttribute]
public enum AlterEventSessionStatementType
[SerializableAttribute]
public enum class AlterEventSessionStatementType
public enum AlterEventSessionStatementType

メンバ

メンバ名 説明
Unknown 値は 0 です。
AddEventDeclarationOptionalSessionOptions 値は 1 です。
DropEventSpecificationOptionalSessionOptions 値は 2 です。
AddTargetDeclarationOptionalSessionOptions 値は 3 です。
DropTargetSpecificationOptionalSessionOptions 値は 4 です。
RequiredSessionOptions 値は 5 です。
AlterStateIsStart 値は 6 です。
AlterStateIsStop 値は 7 です。

参照

参照

Microsoft.Data.Schema.ScriptDom.Sql 名前空間