OlapDataProviderLoadNamedSets Method

Loads the OLAP cube named sets.

Namespace: Dundas.BI.Data.DataProviders.Olap
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public abstract IReadOnlyList<OlapNamedSet> LoadNamedSets(
	OlapCube parentCube
)

Parameters

parentCube  OlapCube
The parent cube.

Return Value

IReadOnlyListOlapNamedSet
Collection that contains the cube named sets.
See Also