Skip to content

Latest commit

 

History

History
70 lines (59 loc) · 2.47 KB

File metadata and controls

70 lines (59 loc) · 2.47 KB
title Object Element (Dimension) (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
Object Element (Dimension)
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
urn:schemas-microsoft-com:xml-analysis#Object
microsoft.xml.analysis.object
helpviewer_keywords
Object element
ms.assetid db7feb39-7cc1-4b54-8979-77ce402ef71f
caps.latest.revision 11
author jeannt
ms.author jeannt
manager erikre

Object Element (Dimension) (XMLA)

Contains an object reference for the dimension on which the parent Insert, Update, or Drop command is executed.

Syntax

  
<Insert> <!-- or any of the parent elements in the Element Relationships table -->  
...  
   <Object>  
      <Database>...</Database>  
      <Cube>...</Cube>  
      <Dimension>...</Dimension>  
   </Object>  
...  
</Insert>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent elements Drop, Insert, Update
Child elements Cube, Database, Dimension

Remarks

See Also

Properties (XMLA)