Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
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.