次の方法で共有


AlterEventSessionStatement.DropTargetDeclarations プロパティ

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

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public ReadOnly Property DropTargetDeclarations As IList(Of EventSessionObjectName)
    Get
'使用
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 ();
}
member DropTargetDeclarations : IList<EventSessionObjectName>
function get DropTargetDeclarations () : IList<EventSessionObjectName>

プロパティ値

型: System.Collections.Generic.IList<EventSessionObjectName>
ターゲットの削除宣言の一覧。

関連項目

参照

AlterEventSessionStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間