AlterEventSessionStatement.DropTargetDeclarations プロパティ

ターゲットの削除宣言の一覧を取得します。

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

構文

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

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

プロパティ値

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

参照

参照

AlterEventSessionStatement クラス

AlterEventSessionStatement メンバ

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