Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.58 KB

drillthroughaction-data-type-assl.md

File metadata and controls

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

DrillThroughAction Data Type (ASSL)

Defines a derived data type that represents a drillthrough action.

Syntax

  
<DrillThroughAction>  
   <!-- The following elements extend Action -->  
   <Default>...</Default>  
   <Columns>...</Columns>  
</DrillThroughAction>  

Data Type Characteristics

Characteristic Description
Base data types Action
Derived data types None

Data Type Relationships

Relationship Element
Parent elements None
Child elements Columns, Default
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.DrillThroughAction.

See Also

Analysis Services Scripting Language XML Data Types (ASSL)