ICubeCreatorFact.AggregationType

Syntax

AggregationType: CubeFactBindingAggregationType;

Description

The AggregationType property determines a type of aggregation used for a data source.

Comments

If any source fields are not linked to dimensions, then by one cube coordinate, several fact values will be available. In this case, for unique data display by fact, it is available to set up aggregation in the AggregationType property that will be applied to get any one value.

By default the property is set to CubeFactBindingAggregationType.None, the first record will be loaded from the source.

Example

The example of use is given in description of the Table property.

See also:

ICubeCreatorFact