| title | Dimensions Element (ASSL) | Microsoft Docs | ||
|---|---|---|---|
| ms.custom | |||
| ms.date | 03/07/2017 | ||
| ms.prod | sql-server-2016 | ||
| ms.reviewer | |||
| ms.suite | |||
| ms.technology |
|
||
| ms.tgt_pltfrm | |||
| ms.topic | reference | ||
| apiname |
|
||
| apilocation | |||
| apitype | Schema | ||
| applies_to |
|
||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 104e3154-92e9-4c6b-9cf3-e3f3fc712b28 | ||
| caps.latest.revision | 34 | ||
| author | Minewiskan | ||
| ms.author | owend | ||
| manager | erikre |
Contains the collection of dimensions associated with the parent element.
<Database> <!-- or Aggregation, AggregationDesign, AggregationInstance, Cube, MeasureGroup, Perspective -->
...
<Dimensions>
<Dimension>...</Dimension>
</Dimensions>
...
</Database> | Characteristic | Description |
|---|---|
| Data type and length | None |
| Default value | None |
| Cardinality | 0-1: Optional element that can occur once and only once. |
| Relationship | Element |
|---|---|
| Parent elements | Aggregation, AggregationDesign, AggregationInstance, Cube, Database, MeasureGroup, Perspective |
| Child elements | Dimension |
The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.DimensionCollection.