หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Contains the collection of actions for a Cube or Perspective element.
Syntax
<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>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
None (collection) |
Default value |
None (collection) |
Cardinality |
0-1: Optional element that can occur once and only once. |
Element Relationships
Relationship
Element
Parent elements
Child elements
Ancestor or Parent
Child Elements
CubeDrillThroughAction, ReportAction, StandardAction
Remarks
The corresponding elements in the Analysis Management Objects (AMO) object model are ActionCollection and PerspectiveActionCollection.