EventSessionStatement.TargetDeclarations Property

 

Applies To: SQL Server 2016 Preview

Gets a list of target declarations.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<TargetDeclaration> TargetDeclarations { get; }
public:
property IList<TargetDeclaration^>^ TargetDeclarations {
    IList<TargetDeclaration^>^ get();
}
member TargetDeclarations : IList<TargetDeclaration> with get
Public ReadOnly Property TargetDeclarations As IList(Of TargetDeclaration)

Property Value

Type: System.Collections.Generic.IList<TargetDeclaration>

The list of target declarations.

See Also

EventSessionStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top