IDateMappingGetFirstMemberUniqueName Method

Gets the first member unique name for the specific level.

Namespace:  Dundas.BI.Entities.DateMappings
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
string GetFirstMemberUniqueName(
	IOlapCube cube,
	string levelUniqueName
)

Parameters

cube
Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The cube or cube perspective.
levelUniqueName
Type: SystemString
The level unique name.

Return Value

Type: String
The first member unique name.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when levelUniqueName is invalid.
See Also