AlterEventSessionStatement.DropEventDeclarations プロパティ

イベントの削除宣言の一覧を取得します。

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

構文

'宣言
Public ReadOnly Property DropEventDeclarations As IList(Of EventSessionObjectName)
'使用
Dim instance As AlterEventSessionStatement
Dim value As IList(Of EventSessionObjectName)

value = instance.DropEventDeclarations
public IList<EventSessionObjectName> DropEventDeclarations { get; }
public:
property IList<EventSessionObjectName^>^ DropEventDeclarations {
    IList<EventSessionObjectName^>^ get ();
}
public function get DropEventDeclarations () : IList<EventSessionObjectName>

プロパティ値

型 : System.Collections.Generic.IList<EventSessionObjectName>

参照

参照

AlterEventSessionStatement クラス

AlterEventSessionStatement メンバ

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