Expand Minimize
This topic has not yet been rated - Rate this topic

CellData Element (XMLA)

Contains a collection of Cell elements that represent the cell data contained by a root element that uses the MDDataSet data type.


<root xmlns="urn:schemas-microsoft-com:xml-analysis:mddataset">
   ...
   <CellData>
      <Cell>...</Cell>
   </CellData>
</root>

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

root

Child elements

Cell

In the parent root element, the Axes element is followed by the CellData element, a collection of Cell elements that contain the cell property values for each cell returned in the multidimensional dataset.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.