Skip to content

Latest commit

 

History

History
72 lines (60 loc) · 2.27 KB

File metadata and controls

72 lines (60 loc) · 2.27 KB
title UpdateCells 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
UpdateCells Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
microsoft.xml.analysis.updatecells
urn:schemas-microsoft-com:xml-analysis#UpdateCells
helpviewer_keywords
UpdateCells command
ms.assetid 18336a35-8a46-4532-9ee7-71828b2982af
caps.latest.revision 12
author jeannt
ms.author jeannt
manager erikre

UpdateCells Element (XMLA)

Updates cells in a write-enabled cube.

Syntax

  
<Command>  
   <UpdateCells>  
      <Cell>...</Cell>  
   </UpdateCells>  
</Command>  

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 Command
Child elements Cell

Remarks

The UpdateCells command updates cells in a cube that supports cell writeback.

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

See Also

Drop Element (XMLA)
Insert Element (XMLA)
Update Element (XMLA)
Commands (XMLA)