OlapDataProviderLoadDimensions Method

Loads the dimensions.

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<OlapDimension> LoadDimensions(
	OlapCube parentCube
)

Parameters

parentCube
Type: Dundas.BI.Data.Metadata.OlapOlapCube
The parent cube.

Return Value

Type: IReadOnlyListOlapDimension
Collection that contains the cube dimensions.
See Also