EventSessionStatement.TargetDeclarations Property

Definition

Represents the list of target declarations.

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TargetDeclaration> TargetDeclarations { get; }
member this.TargetDeclarations : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TargetDeclaration>
Public ReadOnly Property TargetDeclarations As IList(Of TargetDeclaration)

Property Value

Applies to