Open this page in the API Guide

IOlapCube.FindMember Method

Finds the member by its unique name.

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
OlapMember FindMember(
	string uniqueName,
	bool forceDiscovery
)

Parameters

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

Return Value

Type: OlapMember
The OlapMember object or null if not found.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when uniqueName is invalid.
See Also