OlapMeasureDefaultAggregator Property |
Gets or sets the default aggregator.
Namespace:
Dundas.BI.Data.Metadata.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
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
See Also