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)
Syntaxpublic enum OlapAggregationType
Public Enumeration OlapAggregationType
public enum class OlapAggregationType
Members|
| Member name | Value | Description |
|---|
| Unknown | 0 |
The unknown aggregation.
|
| Sum | 1 |
The sum aggregation.
|
| Count | 2 |
The count aggregation.
|
| Min | 3 |
The min aggregation.
|
| Max | 4 |
The max aggregation.
|
| DistinctCount | 8 |
The distinct count aggregation.
|
| None | 9 |
The none aggregation.
|
| AverageOfChildren | 10 |
The average of children aggregation.
|
| FirstChild | 11 |
The first child aggregation.
|
| LastChild | 12 |
The last child aggregation.
|
| FirstNonEmpty | 13 |
The first non empty aggregation.
|
| LastNonEmpty | 14 |
The last non empty aggregation.
|
| ByAccount | 15 |
The "ByAccount" aggregation.
|
| CalculatedMeasure | 127 |
The calculated measure.
|
See Also