DataCubeMeasureSupportedAggregators Property

Gets or sets the supported aggregators 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 SupportedAggregators { get; set; }

Property Value

Type: AggregatorFunctions

Implements

IMeasureSupportedAggregators
IAggregatableElementSupportedAggregators
Exceptions
ExceptionCondition
ArgumentExceptionThe specified value is not valid.
See Also