AggregatesTypes
注 |
---|
この機能は、Microsoft SQL Server の次のバージョンで削除されます。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションはできるだけ早く修正してください。 |
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 |