Skip to content

Latest commit

 

History

History
85 lines (73 loc) · 4 KB

File metadata and controls

85 lines (73 loc) · 4 KB
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
Dimension Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
Dimension
helpviewer_keywords
Dimension element
ms.assetid 71886014-f463-4b70-a2a2-d9e5053ba4f0
caps.latest.revision 39
author Minewiskan
ms.author owend
manager erikre

Dimension Element (ASSL)

Defines a dimension.

Syntax

  
<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>  

Element Characteristics

Characteristic Description
Data type and length See the table below.
Default value None
Cardinality 0-n: Optional element that can occur more than once.
Ancestor or Parent Data Type
Database Dimension
Aggregation AggregationDimension
AggregationDesign AggregationDesignDimension
AggregationInstance AggregationInstanceCubeDimension
Cube CubeDimension
MeasureGroup MeasureGroupDimension
Perspective PerspectiveDimension

Element Relationships

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.

See Also

Objects (ASSL)