Open this page in the API Guide

OlapDataProvider.LoadCubes Method

Loads the OLAP cubes.

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<OlapCube> LoadCubes(
	IProviderConnector dataConnector
)

Parameters

dataConnector
Type: Dundas.BI.Data.DataProviders.IProviderConnector
The data connector.

Return Value

Type: IReadOnlyList<OlapCube>
The OlapCube collection.
See Also