IncrementalProcessingNotification Class
Updated: May 24, 2016
Contains information for the ProactiveCaching element about a query to execute to determine the progress of incremental processing. This class cannot be inherited.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Microsoft.AnalysisServices::QueryNotification
Microsoft.AnalysisServices::IncrementalProcessingNotification
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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.(Inherited from QueryNotification.) |
![]() | TableID | Gets or sets the table identifier associated with an IncrementalProcessingNotification object. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new full copy of an object.(Overrides QueryNotification::Clone().) |
![]() | CopyTo(IncrementalProcessingNotification^) | Copies an IncrementalProcessingNotification object to the specified object. |
![]() | CopyTo(QueryNotification^) | Copies a QueryNotification object to the specified object.(Inherited from QueryNotification.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Creates a new copy of the object instance.(Inherited from QueryNotification.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



