共用方式為


Actions 元素 (ASSL)

包含 CubePerspective 元素之動作的集合。

語法

<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:只能出現一次的選擇性元素。

元素關聯性

關聯性

元素

父元素

CubePerspective

子元素

備註

在「分析管理物件」(AMO) 物件模型中對應的元素是 ActionCollectionPerspectiveActionCollection

請參閱

參考

集合 (ASSL)