イベント宣言の一覧を取得します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public ReadOnly Property EventDeclarations As IList(Of EventDeclaration)
Get
'使用
Dim instance As EventSessionStatement
Dim value As IList(Of EventDeclaration)
value = instance.EventDeclarations
public IList<EventDeclaration> EventDeclarations { get; }
public:
property IList<EventDeclaration^>^ EventDeclarations {
IList<EventDeclaration^>^ get ();
}
member EventDeclarations : IList<EventDeclaration>
function get EventDeclarations () : IList<EventDeclaration>
プロパティ値
型: System.Collections.Generic.IList<EventDeclaration>
イベント宣言の一覧。