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.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

System::Object
  Microsoft.AnalysisServices::QueryNotification
    Microsoft.AnalysisServices::IncrementalProcessingNotification

[GuidAttribute("4F28BDB9-2D17-4AD0-B049-A638BE8E48D4")]
public ref class IncrementalProcessingNotification sealed : QueryNotification

NameDescription
System_CAPS_pubmethodIncrementalProcessingNotification()

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

System_CAPS_pubmethodIncrementalProcessingNotification(String^, String^, String^)

Initializes a new instance of IncrementalProcessingNotification using a query, a table identifier, and processing query text.

NameDescription
System_CAPS_pubpropertyProcessingQuery

Gets or sets the contents of the parameterized text of the query to execute for notification of incremental processing status.

System_CAPS_pubpropertyQuery

Gets or sets the query associated with a QueryNotification element.(Inherited from QueryNotification.)

System_CAPS_pubpropertyTableID

Gets or sets the table identifier associated with an IncrementalProcessingNotification object.

NameDescription
System_CAPS_pubmethodClone()

Creates a new full copy of an object.(Overrides QueryNotification::Clone().)

System_CAPS_pubmethodCopyTo(IncrementalProcessingNotification^)

Copies an IncrementalProcessingNotification object to the specified object.

System_CAPS_pubmethodCopyTo(QueryNotification^)

Copies a QueryNotification object to the specified object.(Inherited from QueryNotification.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICloneable::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.

Return to top
Show: