次の方法で共有


IncrementalProcessingNotification.ProcessingQuery プロパティ

増分処理の状態を通知するために実行されるクエリのパラメーター化テキストの内容を取得します。値の設定も可能です。

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

構文

'宣言
Public Property ProcessingQuery As String 
    Get 
    Set
'使用
Dim instance As IncrementalProcessingNotification 
Dim value As String 

value = instance.ProcessingQuery

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

プロパティ値

型: System.String
実際のクエリ処理テキストです。

関連項目

参照

IncrementalProcessingNotification クラス

Microsoft.AnalysisServices 名前空間