IncrementalProcessingNotification コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
IncrementalProcessingNotification() |
既定値を使って IncrementalProcessingNotification クラスの新しいインスタンスを初期化します。 |
IncrementalProcessingNotification(String, String, String) |
指定したクエリ、テーブル、処理クエリを使用して IncrementalProcessingNotification の新しいインスタンスを初期化します。 |
IncrementalProcessingNotification()
既定値を使って IncrementalProcessingNotification クラスの新しいインスタンスを初期化します。
public IncrementalProcessingNotification ();
Public Sub New ()
適用対象
IncrementalProcessingNotification(String, String, String)
指定したクエリ、テーブル、処理クエリを使用して IncrementalProcessingNotification の新しいインスタンスを初期化します。
public IncrementalProcessingNotification (string query, string tableId, string processingQuery);
new Microsoft.AnalysisServices.IncrementalProcessingNotification : string * string * string -> Microsoft.AnalysisServices.IncrementalProcessingNotification
Public Sub New (query As String, tableId As String, processingQuery As String)
パラメーター
- query
- String
クエリを含む文字列。
- tableId
- String
テーブルの識別子を含む文字列。
- processingQuery
- String
実際のクエリ処理テキストを含む文字列。