Freigeben über


AggregatesTypes

HinweisHinweis

  Diese Funktion wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie so bald wie möglich das Ändern von Anwendungen, in denen es zurzeit verwendet wird.

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