Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 2.12 KB

actions-element-assl.md

File metadata and controls

57 lines (44 loc) · 2.12 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
Actions Element (ASSL) | Microsoft Docs
Learn about the Actions collection element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

Actions Element (ASSL)

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 Cube, Perspective
Child elements See the table below.
Ancestor or Parent Child Elements
Cube DrillThroughAction, ReportAction, StandardAction
Perspective PerspectiveAction

Remarks

The corresponding elements in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.ActionCollection and xref:Microsoft.AnalysisServices.PerspectiveActionCollection.