OlapTimeLevelGetNextMember(String, MemberRetrievalOptions) Method

Gets the next member.

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 override IHierarchyMember GetNextMember(
	string uniqueName,
	MemberRetrievalOptions retrievalOptions
)

Parameters

uniqueName  String
The unique name of the current member.
retrievalOptions  MemberRetrievalOptions
The retrieval options.

Return Value

IHierarchyMember
The next member.

Implements

IHierarchyLevelGetNextMember(String, MemberRetrievalOptions)
IHierarchyLevelGetNextMember(String, MemberRetrievalOptions)
Exceptions
ExceptionCondition
ArgumentExceptionThe uniqueName is or empty.
FormatExceptionThe uniqueName is not in expected format.
See Also