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 |
Identifies the application associated with an Action element.
<Action>
...
<Application>...</Application>
...
</Action>
Characteristic | Description |
---|---|
Data type and length | String |
Default value | None |
Cardinality | 0-1: Optional element that can occur once and only once. |
Relationship | Element |
---|---|
Parent element | Action or one of its derived elements: DrillThroughAction, ReportAction, StandardAction |
Child elements | None |
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.