Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
An xmla-ds:mddataset type is the type that is returned by commands that return an mddataset as the return result.
The XML schema definition (XSD) for the xmla-ds:mddataset complex type is as follows.
-
<xsd:complexType name="mddataset" > <xsd:sequence> <xsd:element ref="xs:Schema" /> <xsd:element name="OlapInfo" minOccurs="0" type="OlapInfo" /> <xsd:element name="Axes" minOccurs="0" type="Axes" /> <xsd:element name="CellData" minOccurs="0" type="CellData" /> <xsd:element name="Exception" minOccurs="0" type="Exception" /> <xsd:element name="Messages" minOccurs="0" type="Messages" /> </xsd:sequence> </xsd:complexType>
|
Element |
Description |
|---|---|
|
Schema |
An XSD schema that describes the rest of the result. |
|
OlapInfo |
Describes the structure of the Online Analytical Processing (OLAP) elements of this result. |
|
Axes |
Contains the axes of the result. |
|
CellData |
Contains the cell data of the result. |
|
Exception |
This optional element is returned if there are exceptions that accompany the result. See section 2.2.4.1.4. |
|
Messages |
This optional element is returned if there are messages that accompany the result. See section 2.2.4.1.4. |
An example of the mddataset return type is shown in section 4.13.