ExternalHierarchyLevelTHierarchy, THierarchyMemberGetMembers Method (MemberRetrievalOptions)

Gets the members for the current instance.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public abstract IEnumerable<THierarchyMember> GetMembers(
	MemberRetrievalOptions retrievalOptions
)

Parameters

retrievalOptions
Type: Dundas.BI.Data.MemberRetrievalMemberRetrievalOptions
The retrieval options.

Return Value

Type: IEnumerableTHierarchyMember
The member collection.
Exceptions
ExceptionCondition
ArgumentNullExceptionretrievalOptions is .
See Also