Compartir a través de


PivotedTableSource.AggregateFunctionIdentifiers (Propiedad)

Obtiene una lista de los identificadores que representan la función de agregado.

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 AggregateFunctionIdentifiers As IList(Of Identifier)
    Get
public IList<Identifier> AggregateFunctionIdentifiers { get; }
public:
property IList<Identifier^>^ AggregateFunctionIdentifiers {
    IList<Identifier^>^ get ();
}
member AggregateFunctionIdentifiers : IList<Identifier>
function get AggregateFunctionIdentifiers () : IList<Identifier>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

PivotedTableSource Clase

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