Application プロパティ
Action に関連付けられているアプリケーションを表す String を取得します。値の設定も可能です。
名前空間: 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
アプリケーション識別子を表す String です。
説明
クライアント アプリケーションではこのプロパティを利用して、特定のクライアント アプリケーションに適用可能なアクションを決定します。このプロパティの評価は、クライアント アプリケーションで行う必要があります。