Share via


AggregateTypeEnum-Enumeration

Gilt für: PerformancePoint-Dienste für SharePoint Server, Enterprise-Version
Stellt die aggregate für einen Key Performance Indicator (KPI) dar.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Enumeration AggregateTypeEnum
'Usage
Dim instance As AggregateTypeEnum
public enum AggregateTypeEnum

Member

Membername Beschreibung
Default Stellt den Standard dar.
Sum Enthält eine Summenberechnung.
Minimum Stellt eine minimale Berechnung dar.
Maximum Eine maximale Berechnung darstellt.
Count Eine Berechnung Anzahl darstellt.
Average Stellt eine Durchschnittsberechnung dar.

Siehe auch

Referenz

Microsoft.PerformancePoint.Scorecards-Namespace