OlapCubeFindLevel(String) Method

Finds the level by unique name.

Namespace: Dundas.BI.Data.Metadata.Olap
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public OlapLevel FindLevel(
	string uniqueName
)

Parameters

uniqueName  String
Level unique name.

Return Value

OlapLevel
An instance of OlapLevelor null if not found.
Exceptions
ExceptionCondition
ArgumentException

uniqueName is or empty.

See Also