Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a String that contains the application associated with the Action.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Application As String
Get
Set
'Usage
Dim instance As Action
Dim value As String
value = instance.Application
instance.Application = value
public string Application { get; set; }
public:
property String^ Application {
String^ get ();
void set (String^ value);
}
member Application : string with get, set
function get Application () : String
function set Application (value : String)
Eigenschaftswert
Typ: System.String
A String that contains an application identifier.
Hinweise
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.