Свойство EventSessionStatement.TargetDeclarations

Gets a list of target declarations.

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

Синтаксис

'Декларация
Public ReadOnly Property TargetDeclarations As IList(Of TargetDeclaration)
    Get
'Применение
Dim instance As EventSessionStatement 
Dim value As IList(Of TargetDeclaration)

value = instance.TargetDeclarations
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>
The list of target declarations.

См. также

Справочник

EventSessionStatement Класс

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