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


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

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

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

Синтаксис

'Декларация
Public ReadOnly Property TargetDeclarations As IList(Of TargetDeclaration)
    Get
public IList<TargetDeclaration> TargetDeclarations { get; }
public:
property IList<TargetDeclaration^>^ TargetDeclarations {
    IList<TargetDeclaration^>^ get ();
}
member TargetDeclarations : IList<TargetDeclaration>
function get TargetDeclarations () : IList<TargetDeclaration>

Значение свойства

Тип: System.Collections.Generic.IList<TargetDeclaration>

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

См. также

Ссылки

EventSessionStatement Класс

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