Share via


EventSessionStatement.TargetDeclarations Property

Gets a list of target declarations.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property TargetDeclarations As IList(Of TargetDeclaration)
'Usage
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 ();
}
public function get TargetDeclarations () : IList<TargetDeclaration>

Property Value

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

.NET Framework Security

See Also

Reference

EventSessionStatement Class

EventSessionStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace