Actions 元素 (ASSL)
包含 Cube 或 透視圖 元素的動作集合。
語法
<Cube> <!-- or Perspective -->
...
<Actions>
<Action xsi:type="DrillThroughAction">...</Action> <!-- ancestor: Cube -->
<Action xsi:type="ReportAction">...</Action> <!-- ancestor: Cube -->
<Action xsi:type="StandardAction">...</Action> <!-- ancestor: Cube -->
<!-- or -->
<Action xsi:type="PerspectiveAction">...</Action> <!-- ancestor: Perspective -->
</Actions>
...
</Cube>
元素特性
特性 |
描述 |
資料類型和長度 |
無 (集合) |
預設值 |
無 (集合) |
基數 |
0-1:只能出現一次的選擇性元素。 |
元素關聯性
關聯性 |
元素 |
父元素 |
Cube、 觀點 |
子元素 |
請參閱下表。 |
分析管理物件 (AMO) 物件模型中的對應元素是 ActionCollection 和 PerspectiveActionCollection 。