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