Open this page in the API Guide

OlapDataProvider.LoadProviderSpecificObjects Method

Loads the custom objects.

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<ProviderItem> LoadProviderSpecificObjects(
	OlapCube cube
)

Parameters

cube
Type: Dundas.BI.Data.Metadata.Olap.OlapCube
The cube.

Return Value

Type: IReadOnlyList<ProviderItem>
Provider-specific metadata items.
See Also