ExternalHierarchyLevelTHierarchy, THierarchyMemberGetMembers Method

Gets all 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 (24.3.0.1000)
Syntax
public IEnumerable<THierarchyMember> GetMembers()

Return Value

Type: IEnumerableTHierarchyMember
The member collection.
Remarks
If the underlying hierarchy is parameterized, the default parameter values are being used.
See Also