AggregatesTypes
[!NOTA] Questa funzionalità verrà rimossa a partire dalla prossima versione di Microsoft SQL Server. Non utilizzare questa funzionalità in un nuovo progetto di sviluppo e modificare appena possibile le applicazioni in cui questa funzionalità viene utilizzata.
Enumerates values for the AggregateFunction property.
Constant | Description |
---|---|
aggCount |
Uses the Count function for aggregation |
aggDistinctCount |
Uses the Distinct Count function for aggregation |
aggMax |
Uses the Max function for aggregation |
aggMin |
Uses the Min function for aggregation |
aggSum |
Uses the Sum function for aggregation |