Condividi tramite


Proprietà PivotedTableSource.AggregateFunctionIdentifiers

Ottiene un elenco degli identificatori che rappresentano la funzione di aggregazione.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PivotedTableSource Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql