Actions 요소(ASSL)

Cube 또는 Perspective 요소에 대한 동작의 컬렉션을 포함합니다.

구문

<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, Perspective

자식 요소

상위 항목 또는 부모

자식 요소

Cube

DrillThroughAction, ReportAction, StandardAction

Perspective

PerspectiveAction

주의

AMO(Analysis Management Objects) 개체 모델의 해당 요소는 ActionCollectionPerspectiveActionCollection입니다.

참고 항목

참조

컬렉션(ASSL)