OlapDataProviderLoadTObject Method

Loads the specified object by its unique name.

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 TObject Load<TObject>(
	OlapCube cube,
	string objectUniqueName
)
where TObject : OlapElement

Parameters

cube  OlapCube
The cube.
objectUniqueName  String
Unique name of the object.

Type Parameters

TObject
The type of the object.

Return Value

TObject
The object of the specified type and specified name or if not found.
See Also