次の方法で共有


IncrementalProcessingNotification クラス

増分処理の進行状況を判断するために実行されるクエリに関する ProactiveCaching 要素の情報を表します。このクラスは継承できません。

継承階層

System. . :: . .Object
  Microsoft.AnalysisServices. . :: . .QueryNotification
    Microsoft.AnalysisServices..::..IncrementalProcessingNotification

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

構文

'宣言
<GuidAttribute("4F28BDB9-2D17-4AD0-B049-A638BE8E48D4")> _
Public NotInheritable Class IncrementalProcessingNotification _
    Inherits QueryNotification
'使用
Dim instance As IncrementalProcessingNotification
[GuidAttribute("4F28BDB9-2D17-4AD0-B049-A638BE8E48D4")]
public sealed class IncrementalProcessingNotification : QueryNotification
[GuidAttribute(L"4F28BDB9-2D17-4AD0-B049-A638BE8E48D4")]
public ref class IncrementalProcessingNotification sealed : public QueryNotification
[<SealedAttribute>]
[<GuidAttribute("4F28BDB9-2D17-4AD0-B049-A638BE8E48D4")>]
type IncrementalProcessingNotification =  
    class
        inherit QueryNotification
    end
public final class IncrementalProcessingNotification extends QueryNotification

IncrementalProcessingNotification 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド IncrementalProcessingNotification() () () () IncrementalProcessingNotification クラスの新しいインスタンスを既定値で初期化します。
パブリック メソッド IncrementalProcessingNotification(String, String, String) クエリ、テーブル識別子、処理クエリ テキストを使用して、IncrementalProcessingNotification の新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ ProcessingQuery 増分処理の状態を通知するために実行されるクエリのパラメータ化テキストの内容を取得します。値の設定も可能です。
パブリック プロパティ Query QueryNotification 要素に関連付けられたクエリを取得します。値の設定も可能です。 (QueryNotification から継承されています。)
パブリック プロパティ TableID IncrementalProcessingNotification オブジェクトに関連付けられているテーブル識別子を取得します。値の設定も可能です。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Clone オブジェクトの新しい完全コピーを作成します。 (QueryNotification. . :: . .Clone() () () () をオーバーライドします。)
パブリック メソッド CopyTo(IncrementalProcessingNotification) IncrementalProcessingNotification オブジェクトを指定したオブジェクトにコピーします。
パブリック メソッド CopyTo(QueryNotification) QueryNotification オブジェクトを指定したオブジェクトにコピーします。 (QueryNotification から継承されています。)
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

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

  名前 説明
明示的なインターフェイスの実装プライベート メソッド ICloneable. . :: . .Clone (QueryNotification から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。