Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the aggregate types for a key performance indicator (KPI) measure.
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
Members
| Member name | Description | |
|---|---|---|
| Default | Represents the default. | |
| Sum | Represents a sum calculation. | |
| Minimum | Represents a minimum calculation. | |
| Maximum | Represents a maximum calculation. | |
| Count | Represents a count calculation. | |
| Average | Represents an average calculation. |