Gets a list of event declarations.
네임스페이스: 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>
A list of event declarations.