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.
Gets or sets the aggregation type for this measure.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property AggregatorValue As Integer
Get
Set
'Usage
Dim instance As Measure
Dim value As Integer
value = instance.AggregatorValue
instance.AggregatorValue = value
public int AggregatorValue { get; set; }
Property Value
Type: System.Int32
The numeric value that represents the aggregation type, as shown in the following table.
Numeric value |
Aggregation type |
|---|---|
1 |
Sum |
2 |
Count |
3 |
Minimum |
4 |
Maximum |
5 |
Average |
6 |
Variance |
7 |
Standard deviation |
127 |
Calculated |
0 |
Unknown |