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 から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。