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