Open this page in the API Guide

OlapDataProvider.LoadHierarchies Method

Loads the OLAP dimension hierarchies.

Namespace:  Dundas.BI.Data.DataProviders.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public abstract IReadOnlyList<OlapHierarchy> LoadHierarchies(
	OlapDimension parentDimension
)

Parameters

parentDimension
Type: Dundas.BI.Data.Metadata.Olap.OlapDimension
The parent dimension.

Return Value

Type: IReadOnlyList<OlapHierarchy>
Collection that contains the dimension hierarchies.
See Also