IncrementalProcessingNotification Class

Definition

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

[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
Inheritance
IncrementalProcessingNotification
Attributes

Constructors

IncrementalProcessingNotification()

Initializes a new instance of the IncrementalProcessingNotification class using default values.

IncrementalProcessingNotification(String, String, String)

Initializes a new instance of IncrementalProcessingNotification using the specified query, table, and processing query.

Properties

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 associated with the IncrementalProcessingNotification object.

Methods

Clone()

Returns a copy of the IncrementalProcessingNotification object.

CopyTo(IncrementalProcessingNotification)

Copies an IncrementalProcessingNotification object to the specified object.

CopyTo(QueryNotification)

Copies a QueryNotification object to the specified object.

(Inherited from QueryNotification)

Explicit Interface Implementations

ICloneable.Clone() (Inherited from QueryNotification)

Applies to