次の方法で共有


Query プロパティ

QueryNotification 要素に関連付けられたクエリを取得します。値の設定も可能です。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Property Query As String
    Get
    Set
'使用
Dim instance As QueryNotification
Dim value As String

value = instance.Query

instance.Query = value
public string Query { get; set; }
public:
property String^ Query {
    String^ get ();
    void set (String^ value);
}
member Query : string with get, set
function get Query () : String
function set Query (value : String)

プロパティ値

型: System. . :: . .String
クエリです。