Share via


KpiMeasure.AggregateBy Property

Gets or sets the aggregation method to apply to the actual's query.

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

Syntax

'Declaration
Public Property AggregateBy As AggregateTypeEnum
    Get
    Set
'Usage
Dim instance As KpiMeasure
Dim value As AggregateTypeEnum

value = instance.AggregateBy

instance.AggregateBy = value
public AggregateTypeEnum AggregateBy { get; set; }

Property Value

Type: Microsoft.PerformancePoint.Scorecards.AggregateTypeEnum
The aggregation method to apply to the actual's query.

See Also

Reference

KpiMeasure Class

KpiMeasure Members

Microsoft.PerformancePoint.Scorecards Namespace