TimeHierarchySupportedAggregators Property |
Gets the supported aggregators.
Namespace:
Dundas.BI.Entities.TimeDimensions
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
IHierarchySupportedAggregatorsIAggregatableElementSupportedAggregators
See Also