główny element (XMLA)
Zawiera wynik zwrócony przez Odnajdowanie metoda lub XML do analizy (XMLA) polecenie wykonać przy użyciu wykonać metoda.
<return> <!-- or results-->
...
<root xmlns="urn:schemas-microsoft-com:xml-analysis:mddataset">...</root> <!-- for Execute method only -->
<!-- or -->
<root xmlns="urn:schemas-microsoft-com:xml-analysis:rowset">...</root>
<!-- or -->
<root xmlns= xmlns="urn:schemas-microsoft-com:xml-analysis:empty">...</root>
...
</return>
Właściwości elementu
Charakterystyka |
Description |
---|---|
Typ danych i długość |
element nadrzędnyTyp danych
|
Wartość domyślna |
None |
Relacja |
1-n: Wymagany element, który może występować więcej niż jeden raz. |
Remarks
The root element contains the information returned in either the DiscoverResponse element returned by a single Discover metoda call, or in the ExecuteResponse element returned by a single XMLA command executed by a single Execute metoda call.