OlapDataProviderLoadHierarchies 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 (24.3.0.1000)
Syntax
public abstract IReadOnlyList<OlapHierarchy> LoadHierarchies(
	OlapDimension parentDimension
)

Parameters

parentDimension
Type: Dundas.BI.Data.Metadata.OlapOlapDimension
The parent dimension.

Return Value

Type: IReadOnlyListOlapHierarchy
Collection that contains the dimension hierarchies.
See Also