共用方式為


IncrementalProcessingNotification 類別

Contains information for the ProactiveCaching element about a query to execute to determine the progress of incremental processing. This class cannot be inherited.

繼承階層

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() () () () Initializes a new instance of the IncrementalProcessingNotification class using default values.
公用方法 IncrementalProcessingNotification(String, String, String) Initializes a new instance of IncrementalProcessingNotification using a query, a table identifier, and processing query text.

上層

屬性

  名稱 說明
公用屬性 ProcessingQuery Gets or sets the contents of the parameterized text of the query to execute for notification of incremental processing status.
公用屬性 Query Gets or sets the query associated with a QueryNotification element. (繼承自 QueryNotification。)
公用屬性 TableID Gets or sets the table identifier associated with an IncrementalProcessingNotification object.

上層

方法

  名稱 說明
公用方法 Clone Creates a new full copy of an object. (覆寫 QueryNotification. . :: . .Clone() () () ()。)
公用方法 CopyTo(IncrementalProcessingNotification) Copies an IncrementalProcessingNotification object to the specified object.
公用方法 CopyTo(QueryNotification) Copies a QueryNotification object to the specified object. (繼承自 QueryNotification。)
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

明確 繼承 實作

  名稱 說明
明確介面實作私用方法 ICloneable. . :: . .Clone (繼承自 QueryNotification。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。