Skip to content

Latest commit

 

History

History
75 lines (62 loc) · 2.17 KB

File metadata and controls

75 lines (62 loc) · 2.17 KB
title Cell Element (XMLA) | Microsoft Docs
ms.custom
ms.date 03/03/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
Cell Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
microsoft.xml.analysis.cell
urn:schemas-microsoft-com:xml-analysis#Cell
helpviewer_keywords
Cell element
ms.assetid 88daba54-89e9-423f-8d12-8de80cf52d6b
caps.latest.revision 14
author jeannt
ms.author jeannt
manager erikre

Cell Element (XMLA)

Contains information about a cell to be updated by an UpdateCells command.

Syntax

  
<UpdateCells>  
   ...  
   <Cell CellOrdinal="Long">  
      <Value>...</Value>  
   </Cell>  
   ...  
</UpdateCells>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element
Parent elements UpdateCells
Child elements Value

Attributes

Attribute Description
CellOrdinal Required Long attribute. Contains the zero-based ordinal position of the cell to be updated.

Remarks

For more information about updating cells, see Updating Cells (XMLA).

See Also

Properties (XMLA)