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