HierarchyLevelHideMemberIf Enumeration
HierarchyLevelHideMemberIf Enumeration
The HierarchyLevelHideMemberIf enumeration provides a list of options for when the cube should hide certain level members from client applications.
Enumeration Values
| Name | Summary |
|---|---|
| Never | Specifies that hierarchy level members should never be hidden in query results. |
| OnlyChildWithNoName | Specifies that hierarchy level members that are the only child of their parent and have no name should be hidden in query results. |
| OnlyChildWithParentName | Specifies that hierarchy level members that are the only child of their parent and have the same name as their parent should be hidden in query results. |
| NoName | Specifies that hierarchy level members that have no name should be hidden in query results. |
| ParentName | Specifies that hierarchy level members that have the same name as their parent should be hidden in query results. |