Open this page in the API Guide

DataCube.SetupHierarchyAggregators Method

Setups the supported aggregators for a data cube hierarchy.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void SetupHierarchyAggregators(
	IHierarchy hierarchy,
	AggregatorFunctions supportedAggregators
)

Parameters

hierarchy
Type: Dundas.BI.Data.Metadata.IHierarchy
The hierarchy.
supportedAggregators
Type: Dundas.BI.Data.AggregatorFunctions
The supported aggregators.
Exceptions
ExceptionCondition
ArgumentNullExceptionhierarchy is null.
ArgumentExceptionsupportedAggregators is invalid.
See Also