Freigeben über


AggregatesTypes

ms133867.note(de-de,SQL.90).gifHinweis:
  Dieses Feature wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein.

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