Compartir a través de


EventSessionStatement.TargetDeclarations (Propiedad)

Obtiene una lista de declaraciones de destino.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public ReadOnly Property TargetDeclarations As IList(Of TargetDeclaration)
    Get
public IList<TargetDeclaration> TargetDeclarations { get; }
public:
property IList<TargetDeclaration^>^ TargetDeclarations {
    IList<TargetDeclaration^>^ get ();
}
member TargetDeclarations : IList<TargetDeclaration>
function get TargetDeclarations () : IList<TargetDeclaration>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

EventSessionStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)