Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.66 KB

standardaction-data-type-assl.md

File metadata and controls

48 lines (35 loc) · 1.66 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
StandardAction Data Type (ASSL) | Microsoft Docs
Learn about the StandardAction data type element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

StandardAction Data Type (ASSL)

Defines a derived data type that represents any Action element other than a DrillThroughAction element or a ReportAction element.

Syntax

  
<StandardAction>  
   <!-- The following elements extend Action -->  
   <Expression>...</Expression>  
</StandardAction>  

Data Type Characteristics

Characteristic Description
Base data types Action
Derived data types None

Data Type Relationships

Relationship Element
Parent elements None
Child elements Expression
Derived elements Action (Actions collection of Cube or Perspective)

Remarks

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

See Also

Analysis Services Scripting Language XML Data Types (ASSL)