Свойство EventSessionStatement.EventDeclarations

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.

См. также

Справочник

EventSessionStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom