HierarchyUniqueNameStyle Enum

Definition

Defines how the unique name of the hierarchy is formed.

public enum HierarchyUniqueNameStyle
type HierarchyUniqueNameStyle = 
Public Enum HierarchyUniqueNameStyle
Inheritance
HierarchyUniqueNameStyle

Fields

ExcludeDimensionName 1

Specifies that the name is formed using only the hierarchy name.

IncludeDimensionName 0

Specifies that the name is formed using both the dimension and hierarchy name.

Remarks

When IncludeDimensionName is used, the name is constructed as follows: [<DimensionUniqueName>].[<HierarchyName>]

Applies to