DataCubeMeasureDefaultAggregator Property

Gets or sets the default aggregator used for the current measure descriptor.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public AggregatorFunctions DefaultAggregator { get; set; }

Property Value

Type: AggregatorFunctions

Implements

IMeasureDefaultAggregator
Exceptions
ExceptionCondition
ArgumentExceptionThe specified value is not valid.
See Also