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 (9.0.0.1000)
Syntaxpublic AggregatorFunctions DefaultAggregator { get; set; }Public Property DefaultAggregator As AggregatorFunctions
Get
Set
public:
virtual property AggregatorFunctions DefaultAggregator {
AggregatorFunctions get () sealed;
void set (AggregatorFunctions value) sealed;
}abstract DefaultAggregator : AggregatorFunctions with get, set
override DefaultAggregator : AggregatorFunctions with get, set
Property Value
Type:
AggregatorFunctionsImplements
IMeasureDefaultAggregator
Exceptions| Exception | Condition |
|---|
| ArgumentException | The specified value is not valid. |
See Also