HierarchyHideMembersType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ragged/unbalanced hierarchies can be enabled by hiding members.
public enum HierarchyHideMembersType
type HierarchyHideMembersType =
Public Enum HierarchyHideMembersType
- Inheritance
-
HierarchyHideMembersType
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Regular (balanced) hierarchy |
HideBlankMembers | 1 | Hide the member if it has a blank value |
Remarks
This enum is only supported when the compatibility level of the database is at 1400 or above.