Actions 元素 (ASSL)

包含 多维数据集透视 元素的操作的集合。

语法

  
<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 DrillThroughActionReportActionStandardAction
透视 PerspectiveAction

备注

分析管理对象 (AMO) 对象模型中的相应元素为 ActionCollectionPerspectiveActionCollection