HierarchyUniqueNameStyle 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.
Defines how the unique name of the hierarchy is formed.
public enum HierarchyUniqueNameStyle
type HierarchyUniqueNameStyle =
Public Enum HierarchyUniqueNameStyle
- Inheritance
-
HierarchyUniqueNameStyle
Fields
Name | Value | Description |
---|---|---|
IncludeDimensionName | 0 | Specifies that the name is formed using both the dimension and hierarchy name. |
ExcludeDimensionName | 1 | Specifies that the name is formed using only the hierarchy name. |
Remarks
When IncludeDimensionName is used, the name is constructed as follows: [<DimensionUniqueName>].[<HierarchyName>]