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