IncrementalProcessingNotification クラス

定義

増分処理の進行状況を調べるために実行するクエリについての ProactiveCaching 要素の情報を格納します。 このクラスは継承できません。

[System.Runtime.InteropServices.Guid("4F28BDB9-2D17-4AD0-B049-A638BE8E48D4")]
public sealed class IncrementalProcessingNotification : Microsoft.AnalysisServices.QueryNotification
[<System.Runtime.InteropServices.Guid("4F28BDB9-2D17-4AD0-B049-A638BE8E48D4")>]
type IncrementalProcessingNotification = class
    inherit QueryNotification
Public NotInheritable Class IncrementalProcessingNotification
Inherits QueryNotification
継承
IncrementalProcessingNotification
属性

コンストラクター

IncrementalProcessingNotification()

既定値を使って IncrementalProcessingNotification クラスの新しいインスタンスを初期化します。

IncrementalProcessingNotification(String, String, String)

指定したクエリ、テーブル、処理クエリを使用して IncrementalProcessingNotification の新しいインスタンスを初期化します。

プロパティ

ProcessingQuery

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

Query

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

(継承元 QueryNotification)
TableID

IncrementalProcessingNotification オブジェクトに関連付けられているテーブルを取得または設定します。

メソッド

Clone()

IncrementalProcessingNotification オブジェクトのコピーを返します。

CopyTo(IncrementalProcessingNotification)

IncrementalProcessingNotification オブジェクトを指定したオブジェクトにコピーします。

CopyTo(QueryNotification)

指定したオブジェクトに QueryNotification オブジェクトをコピーします。

(継承元 QueryNotification)

明示的なインターフェイスの実装

ICloneable.Clone()

増分処理の進行状況を調べるために実行するクエリについての ProactiveCaching 要素の情報を格納します。 このクラスは継承できません。

(継承元 QueryNotification)

適用対象