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 (10.0.0.1002)
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
See Also