Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.9 KB

hierarchyuniquenamestyle-element-assl.md

File metadata and controls

59 lines (43 loc) · 1.9 KB
title description ms.date ms.service ms.custom ms.reviewer ms.topic author ms.author
HierarchyUniqueNameStyle Element (ASSL) | Microsoft Docs
Learn about the HierarchyUniqueNameStyle property element in the Analysis Services Scripting Language (ASSL) schema.
7/25/2018
analysis-services
assl
kfollis
reference
kfollis
kfollis

HierarchyUniqueNameStyle Element (ASSL)

Determines how unique names are generated for hierarchies that are contained within the CubeDimension.

Syntax

  
<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 CubeDimension
Child elements None

Remarks

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 xref:Microsoft.AnalysisServices.CubeDimension.

See Also

Cube Element (ASSL)
Dimension Element (ASSL)
Properties (ASSL)