Determines how unique names are generated for hierarchies that are contained within the CubeDimension.
语法
<CubeDimension>
   ...
   <HierarchyUniqueNameStyle>...</HierarchyUniqueNameStyle>
   ...
</CubeDimension>
Element Characteristics
| Characteristic | Description | 
|---|---|
| Data type and length | String (enumeration) | 
| Default value | IncludeDimensionName | 
| Cardinality | 0-1: Optional element that can occur once and only once. | 
Element Relationships
| Relationship | Element | 
|---|---|
| Parent element | |
| Child elements | None | 
备注
The value of this element is limited to one of the strings in the following table.
| Value | Description | 
|---|---|
| IncludeDimensionName | The name of the dimension is included as part of the name of the hierarchy. | 
| ExcludeDimensionName | The name of the dimension is not included as part of the name of the hierarchy. | 
The element that corresponds to the parent of HierarchyUniqueNameStyle in the Analysis Management Objects (AMO) object model is CubeDimension.
请参阅
参考
Cube Element (ASSL)
Dimension Element (ASSL)
Properties (ASSL)