Freigeben über


Actions-Element (ASSL)

Enthält die Auflistung der Aktionen für ein Cube- oder 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>

Elementmerkmale

Merkmal

Beschreibung

Datentyp und -länge

Keine (Auflistung)

Standardwert

Keine (Auflistung)

Kardinalität

0-1: Optionales Element, das nur einmal auftreten kann.

Elementbeziehungen

Beziehung

Element

Übergeordnete Elemente

Cube, Perspective

Untergeordnete Elemente

Vorgänger oder übergeordnetes Element

Untergeordnete Elemente

Cube

DrillThroughAction, ReportAction, StandardAction

Perspektive

PerspectiveAction

Hinweise

Die entsprechenden Elemente im AMO-Objektmodell (Analysis Management Objects) sind ActionCollection und PerspectiveActionCollection.

Siehe auch

Verweis

Auflistungen (ASSL)