共用方式為


results 元素 (XMLA)

包含 Execute 方法使用 Batch 命令所傳回的 root 元素集合。

**命名空間:**https://schemas.microsoft.com/analysisservices/2003/xmla-multipleresults

語法

<return>
   <results>
      <root>...</root>
   </results>
</return>

元素特性

特性

說明

資料類型和長度

預設值

基數

0-1:只能出現一次的選擇性元素。

元素關聯性

關聯性

元素

父元素

return

子元素

root

備註

如果 Execute 方法執行了 Batch 命令,return 元素就會包含單一 results 元素,而非單一 root 元素。 results 元素的內容取決於用來執行 Batch 命令的設定。

若為非交易式 Batch 命令,results 元素會針對 Batch 命令執行的每個命令包含一個 root 元素,不論命令成功或未成功完成都一樣。 若為交易式 Batch 命令,results 元素只會包含一個 root 元素,其中包含在 Batch 命令內部失敗之命令的錯誤資訊。

請參閱

概念

屬性 (XMLA)