Skip to content

Latest commit

 

History

History
75 lines (63 loc) · 2.97 KB

File metadata and controls

75 lines (63 loc) · 2.97 KB
title Action Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/07/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
Action Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
Action
helpviewer_keywords
Action element
ms.assetid aaee06a2-91c6-4007-b787-79cb08d63c77
caps.latest.revision 41
author Minewiskan
ms.author owend
manager erikre

Action Element (ASSL)

Contains information about an action available in a Cube element or a Perspective element.

Syntax

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

Element Characteristics

Characteristic Description
Data type and length See the table below.
Default value None
Cardinality 0-n: Optional element that can occur more than once.
Ancestor or Parent Data Type
Cube DrillThroughAction, ReportAction, StandardAction
Perspective PerspectiveAction

Element Relationships

Relationship Element
Parent elements Actions
Child elements None

Remarks

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.Action.

See Also

Cube Element (ASSL)
Perspective Element (ASSL)
PerspectiveAction Data Type (ASSL)
Objects (ASSL)