Поделиться через


EventSessionStatement.EventDeclarations - свойство

Получает список объявлений событий.

Пространство имен:  Microsoft.Data.Schema.ScriptDom.Sql
Сборка:  Microsoft.Data.Schema.ScriptDom.Sql (в Microsoft.Data.Schema.ScriptDom.Sql.dll)

Синтаксис

'Декларация
Public ReadOnly Property EventDeclarations As IList(Of EventDeclaration)
    Get
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>

Безопасность платформы .NET Framework

См. также

Ссылки

EventSessionStatement Класс

Microsoft.Data.Schema.ScriptDom.Sql - пространство имен