Поделиться через


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