Share via


DataColumnMapping.FactAggregation property

Gets or sets the aggregation method to use for columns of type Fact.

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

Syntax

'Declaration
Public Property FactAggregation As FactAggregations
    Get
    Set
'Usage
Dim instance As DataColumnMapping
Dim value As FactAggregations

value = instance.FactAggregation

instance.FactAggregation = value
public FactAggregations FactAggregation { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.FactAggregations
The aggregation method to use for columns of type Fact; otherwise, None.

See also

Reference

DataColumnMapping class

DataColumnMapping members

Microsoft.PerformancePoint.Scorecards namespace