Parameters 元素 (XMLA)
包含 Execute 方法所使用的 Parameter 專案集合。
命名空間:urn:schemas-microsoft-com:xml-analysis
語法
<Execute>
...
<Parameters>
<Parameter>...</Parameter>
</Parameters>
...
</Execute>
元素特性
特徵 | 描述 |
---|---|
數據類型和長度 | 沒有 |
預設值 | 沒有 |
基數 | 0-1:可發生一次且只有一次的選擇性專案。 |
元素關聯性
關係 | 元素 |
---|---|
父元素 | 執行 |
子專案 | 參數 |
言論
某些 XML for Analysis (XMLA) 命令,例如 Process 命令,可能需要其他資訊。 Parameters 元素會提供一種機制,以提供 XMLA 命令的其他資訊,包括區塊化資訊。
如果 XMLA 命令不使用 Parameters 元素,則呼叫 execute 方法時可以省略元素。