| title | Cell Element (XMLA) | Microsoft Docs | |||
|---|---|---|---|---|
| ms.custom | ||||
| ms.date | 03/03/2017 | |||
| ms.prod | sql-server-2016 | |||
| ms.reviewer | ||||
| ms.suite | ||||
| ms.technology |
|
|||
| ms.tgt_pltfrm | ||||
| ms.topic | reference | |||
| apiname |
|
|||
| apilocation | ||||
| apitype | Schema | |||
| applies_to |
|
|||
| f1_keywords |
|
|||
| helpviewer_keywords |
|
|||
| ms.assetid | 88daba54-89e9-423f-8d12-8de80cf52d6b | |||
| caps.latest.revision | 14 | |||
| author | jeannt | |||
| ms.author | jeannt | |||
| manager | erikre |
Contains information about a cell to be updated by an UpdateCells command.
<UpdateCells>
...
<Cell CellOrdinal="Long">
<Value>...</Value>
</Cell>
...
</UpdateCells> | Characteristic | Description |
|---|---|
| Data type and length | None |
| Default value | None |
| Cardinality | 0-n: Optional element that can occur more than once. |
| Relationship | Element |
|---|---|
| Parent elements | UpdateCells |
| Child elements | Value |
| Attribute | Description |
|---|---|
| CellOrdinal | Required Long attribute. Contains the zero-based ordinal position of the cell to be updated. |
For more information about updating cells, see Updating Cells (XMLA).