Action.Application Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a String that contains the application associated with the Action.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlElementAttribute(IsNullable = false)]
public string Application { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property String^ Application {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
member Application : string with get, set
<XmlElementAttribute(IsNullable := False)>
Public Property Application As String

Property Value

Type: System.String

A String that contains an application identifier.

Remarks

This property can be used by client applications to determine which actions are applicable to a given client application. The client application is responsible for evaluating this property.

See Also

Action Class
Microsoft.AnalysisServices Namespace

Return to top