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)
public IList<TargetDeclaration> TargetDeclarations { get; }
public:
property IList<TargetDeclaration^>^ TargetDeclarations {
IList<TargetDeclaration^>^ get ();
}
member TargetDeclarations : IList<TargetDeclaration>
function get TargetDeclarations () : IList<TargetDeclaration>
Property Value
Type: System.Collections.Generic.IList<TargetDeclaration>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.