다음을 통해 공유


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>  

요소 특징

특성 Description
데이터 형식 및 길이 없음(컬렉션)
기본값 없음(컬렉션)
카디널리티 0-1: 한 번만 나타날 수 있는 선택적 요소입니다.

요소 관계

관계 요소
부모 요소 Cube, Perspective
자식 요소 아래 표를 참조하세요.
상위 항목 또는 부모 자식 요소
Cube DrillThroughAction, ReportAction, StandardAction
관점 PerspectiveAction

설명

AMO(Analysis Management Objects) 개체 모델의 해당 요소는 다음과 PerspectiveActionCollection같습니다ActionCollection.