DataCubeSetupHierarchyAggregators 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.3.0.1000)
Syntaxpublic void SetupHierarchyAggregators(
	IHierarchy hierarchy,
	AggregatorFunctions supportedAggregators
)
Public Sub SetupHierarchyAggregators ( 
	hierarchy As IHierarchy,
	supportedAggregators As AggregatorFunctions
)
public:
void SetupHierarchyAggregators(
	IHierarchy^ hierarchy, 
	AggregatorFunctions supportedAggregators
)
member SetupHierarchyAggregators : 
        hierarchy : IHierarchy * 
        supportedAggregators : AggregatorFunctions -> unit 
Parameters
- hierarchy
 - Type: Dundas.BI.Data.MetadataIHierarchy
The hierarchy. - supportedAggregators
 - Type: Dundas.BI.DataAggregatorFunctions
The supported aggregators. 
Exceptions
See Also