HierarchyUniqueNameStyle Enumeration
Updated: May 24, 2016
Defines how the unique name of the hierarchy is formed.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| Member name | Description | |
|---|---|---|
| ExcludeDimensionName | Specifies that the name is formed using only the hierarchy name. | |
| IncludeDimensionName | Specifies that the name is formed using both the dimension and hierarchy name. |
New: 17 July 2006
When IncludeDimensionName is used, the name is constructed as follows:
[<DimensionUniqueName>].[<HierarchyName>]
Show: