OlapCubeFindMember Method (String)

Finds the member by member unique name.

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public OlapMember FindMember(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
The member unique name.

Return Value

Type: OlapMember
Instance of OlapMember object or null if not found.
Exceptions
ExceptionCondition
ArgumentException

uniqueName is or empty.

See Also