root 요소(XMLA)

Discover 메서드에서 반환된 결과 또는 Execute 메서드를 통해 실행된 XMLA(XML for Analysis) 명령을 포함합니다.

구문

<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>

요소 특징

특징

설명

데이터 형식 및 길이

기본값

없음

카디널리티

1-n: 두 번 이상 나타날 수 있는 필수 요소입니다.

요소 관계

관계

요소

부모 요소

results, return

자식 요소

없음

주의

root 요소는 단일 Discover 메서드 호출에서 반환된 DiscoverResponse 요소 또는 단일 Execute 메서드 호출에서 실행된 단일 XMLA 명령에서 반환된 ExecuteResponse 요소로 반환된 정보를 포함합니다.

참고 항목

개념