OlapAggregationType Enumeration

Aggregation enumeration for OLAP.

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public enum OlapAggregationType
Members
  Member nameValueDescription
Unknown0 The unknown aggregation.
Sum1 The sum aggregation.
Count2 The count aggregation.
Min3 The min aggregation.
Max4 The max aggregation.
DistinctCount8 The distinct count aggregation.
None9 The none aggregation.
AverageOfChildren10 The average of children aggregation.
FirstChild11 The first child aggregation.
LastChild12 The last child aggregation.
FirstNonEmpty13 The first non empty aggregation.
LastNonEmpty14 The last non empty aggregation.
ByAccount15 The "ByAccount" aggregation.
CalculatedMeasure127 The calculated measure.
See Also