| title |
Dimension Element (ASSL) | Microsoft Docs |
| ms.custom |
|
| ms.date |
03/07/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 |
71886014-f463-4b70-a2a2-d9e5053ba4f0 |
| caps.latest.revision |
39 |
| author |
Minewiskan |
| ms.author |
owend |
| manager |
erikre |
Defines a dimension.
<Dimensions>
<Dimension xsi:type="Dimension">...</Dimension> <!-- ancestor: Database -->
<!-- or -->
<Dimension xsi:type="AggregationDimension">...</Dimension> <!-- ancestor: Aggregation -->
<!-- or -->
<Dimension xsi:type="AggregationDesignDimension">...</Dimension> <!-- ancestor: AggregationDesign -->
<!-- or -->
<Dimension xsi:type="AggregationInstanceCubeDimension">...</Dimension> <!-- ancestor: AggregationInstance -->
<!-- or -->
<Dimension xsi:type="CubeDimension">...</Dimension> <!-- ancestor: Cube -->
<!-- or -->
<Dimension xsi:type="MeasureGroupDimension">...</Dimension> <!-- ancestor: MeasureGroup -->
<!-- or -->
<Dimension xsi:type="PerspectiveDimension">...</Dimension> <!-- ancestor: Perspective -->
</Dimensions>
| 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 |
Dimensions |
| Child elements |
None |
Remarks
The corresponding elements in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.Dimension, xref:Microsoft.AnalysisServices.AggregationDimension, xref:Microsoft.AnalysisServices.AggregationDesignDimension, xref:Microsoft.AnalysisServices.CubeDimension, xref:Microsoft.AnalysisServices.MeasureGroupDimension, and xref:Microsoft.AnalysisServices.PerspectiveDimension.
Objects (ASSL)