Propriedade do RDL EventSessionStatement.TargetDeclarations
Gets a list of target declarations.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property TargetDeclarations As IList(Of TargetDeclaration)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IList<TargetDeclaration>
The list of target declarations.