共用方式為


Action.Application 屬性

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property Application As String 
    Get 
    Set
'用途
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)

屬性值

型別:System.String
A String that contains an application identifier.

備註

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.

請參閱

參考

Action 類別

Microsoft.AnalysisServices 命名空間