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>
요소 특성
특성 |
Description |
데이터 형식 및 길이 |
아래 표를 참조하세요. |
기본값 |
None |
카디널리티 |
1-n: 두 번 이상 나타날 수 있는 필수 요소입니다. |
요소 관계
루트 요소에는 단일 Discover 메서드 호출에서 반환된 DiscoverResponse 요소 또는 단일 Execute 메서드 호출에 의해 실행되는 단일 XMLA 명령에 의해 반환된 ExecuteResponse 요소에서 반환되는 정보가 포함됩니다.