OlapCubeFindMember(String, Boolean) Method

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 (26.2.0.1000)
Syntax
public OlapMember FindMember(
	string uniqueName,
	bool forceDiscovery
)

Parameters

uniqueName  String
The member unique name.
forceDiscovery  Boolean
If set to force member loading from the database if not found in the cube.

Return Value

OlapMember
Instance of OlapMember object or null if not found.

Implements

IOlapCubeFindMember(String, Boolean)
Exceptions
ExceptionCondition
ArgumentExceptionThrown when uniqueName is invalid.
See Also