Бележка
Достъпът до тази страница изисква удостоверяване. Можете да опитате да влезете или да промените директориите.
Достъпът до тази страница изисква удостоверяване. Можете да опитате да промените директориите.
Note
This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.
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 |