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.
The xmla-m:results complex type is returned only as a response to a Batch command. The results element contains one or more root elements, one that corresponds to each command that was executed within the Batch command. See section 3.1.4.3.2.2.1 for a description of the root element and of the different types for the root element.
-
<xsd:complexType name="results" > <xsd:sequence> <xsd:element ref="xmla-e:root" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType>
|
Element |
Description |
|---|---|
|
Root |
One or more xmla-e:root elements are contained by the results element. One xmla-e:root element is returned for each command result in the Batch command stream. |