IMeasureDefaultAggregator Property |
Gets or sets the default aggregator.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
SyntaxAggregatorFunctions DefaultAggregator { get; set; }Property DefaultAggregator As AggregatorFunctions
Get
Set
property AggregatorFunctions DefaultAggregator {
AggregatorFunctions get ();
void set (AggregatorFunctions value);
}abstract DefaultAggregator : AggregatorFunctions with get, set
Property Value
Type:
AggregatorFunctions
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | The specified value is not valid for a default aggregator. |
See Also