| title |
Hierarchy Element (ASSL) | Microsoft Docs |
| ms.custom |
|
| ms.date |
03/06/2017 |
| ms.prod |
sql-server-2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
analysis-services |
docset-sql-devref |
|
| ms.tgt_pltfrm |
|
| ms.topic |
reference |
| apiname |
|
| apilocation |
|
| apitype |
Schema |
| applies_to |
|
| f1_keywords |
|
| helpviewer_keywords |
|
| ms.assetid |
ac54d74a-5e6c-4c24-83bf-766440478f6c |
| caps.latest.revision |
38 |
| author |
Minewiskan |
| ms.author |
owend |
| manager |
erikre |
Defines a hierarchy in a dimension.
<Hierarchies>
<Hierarchy xsi:type="Hierarchy">...</Hierarchy> <!-- ancestor: Dimension -->
<!-- or -->
<Hierarchy xsi:type="CubeHierarchy">...</Hierarchy> <!-- ancestor: CubeDimension -->
<!-- or -->
<Hierarchy xsi:type="PerspectiveHierarchy">...</Hierarchy> <!-- ancestor: PerspectiveDimension -->
<!-- or -->
<Hierarchy xsi:type="MeasureGroupHierarchy">...</Hierarchy> <!-- ancestor: RegularMeasureGroupDimension -->
</Hierarchies>
| Characteristic |
Description |
| Data type and length |
See the table below. |
| Default value |
None |
| Cardinality |
0-n: Optional element that can occur more than once. |
| Relationship |
Element |
| Parent elements |
Hierarchies |
| Child elements |
None |
Remarks
The corresponding elements in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.Hierarchy, xref:Microsoft.AnalysisServices.CubeHierarchy, and xref:Microsoft.AnalysisServices.PerspectiveHierarchy.
Objects (ASSL)