Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.73 KB

application-element-assl.md

File metadata and controls

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

Application Element (ASSL)

Identifies the application associated with an Action element.

Syntax

  
<Action>  
   ...  
   <Application>...</Application>  
   ...  
</Action>  

Element Characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent element Action or one of its derived elements: DrillThroughAction, ReportAction, StandardAction
Child elements None

Remarks

The Application element can be used by client applications to determine which actions are applicable to a given client application. The client application is responsible for evaluating the value of this element.

The element that corresponds to the parent of Application in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.Action.

See Also

Actions Element (ASSL)
Properties (ASSL)