Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 2.32 KB

File metadata and controls

68 lines (56 loc) · 2.32 KB
title Application Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
Application Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
Application
helpviewer_keywords
Application element
ms.assetid dfd780ad-f643-4a1c-b58b-34271ae91240
caps.latest.revision 38
author Minewiskan
ms.author owend
manager erikre

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)