Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 2.06 KB

File metadata and controls

69 lines (58 loc) · 2.06 KB
title Cube Element (XMLA) | 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
Cube Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
microsoft.xml.analysis.cube
urn:schemas-microsoft-com:xml-analysis#Cube
helpviewer_keywords
Cube element
ms.assetid 2e8662f4-fb2e-43af-b70a-9e0b5872c9b9
caps.latest.revision 12
author jeannt
ms.author jeannt
manager erikre

Cube Element (XMLA)

Identifies the cube that contains the dimension represented by the parent Object element.

Syntax

  
<Object>  
   ...  
   <Cube>...</Cube>  
   ...  
</Object>  

Element Characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 1-1: Required element that occurs once and only once.

Element Relationships

Relationship Element
Parent elements Object
Child elements None

Remarks

The Cube element is an object identifier that contains the name of the cube that contains the dimension represented by the Object element.

See Also

Database Element (XMLA)
Dimension Element (XMLA)
Properties (XMLA)