次の方法で共有


AlterEventSessionStatement.DropEventDeclarations プロパティ

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

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

構文

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

プロパティ値

型: System.Collections.Generic.IList<EventSessionObjectName>
イベントの削除宣言の一覧。

関連項目

参照

AlterEventSessionStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間