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.