root 要素 (XMLA)
構文
<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 : 必須要素で、複数回の出現が可能です |
説明
root 要素には、単一の Discover メソッド呼び出しによって返される DiscoverResponse 要素の情報、または単一の Execute メソッド呼び出しによって実行される単一の XMLA コマンドによって返される ExecuteResponse 要素の情報が含まれます。