CubePerspectiveFindMember Method (String, Boolean)

Finds the member by its unique name.

Namespace:  Dundas.BI.Entities.CubePerspectives
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public OlapMember FindMember(
	string uniqueName,
	bool forceDiscovery
)

Parameters

uniqueName
Type: SystemString
The member unique name.
forceDiscovery
Type: SystemBoolean
If set to force member loading from the database, if not found in the cube.

Return Value

Type: OlapMember
The OlapMember object or if not found.

Implements

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