IncrementalProcessingNotification 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含與判斷累加式處理進度而執行之查詢有關的 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(String, String, String) |
使用指定的查詢、資料表和處理查詢,初始化 IncrementalProcessingNotification 的新執行個體。 |
屬性
ProcessingQuery |
取得或設定要針對累加式處理狀態通知執行之查詢的參數化文字內容。 |
Query |
取得或設定與 QueryNotification 項目建立關聯的查詢。 (繼承來源 QueryNotification) |
TableID |
取得或設定與 IncrementalProcessingNotification 物件建立關聯的資料表。 |
方法
Clone() |
傳回一份 IncrementalProcessingNotification 物件的複本。 |
CopyTo(IncrementalProcessingNotification) |
將 IncrementalProcessingNotification 物件複製到指定的物件。 |
CopyTo(QueryNotification) |
將 QueryNotification 物件複製到指定的物件。 (繼承來源 QueryNotification) |
明確介面實作
ICloneable.Clone() |
包含與判斷累加式處理進度而執行之查詢有關的 ProactiveCaching 項目資訊。 此類別無法獲得繼承。 (繼承來源 QueryNotification) |