IncrementalProcessingNotification Class

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

Inheritance Hierarchy

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

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

Syntax

'Declaration
<GuidAttribute("4F28BDB9-2D17-4AD0-B049-A638BE8E48D4")> _
Public NotInheritable Class IncrementalProcessingNotification _
    Inherits QueryNotification
'Usage
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

The IncrementalProcessingNotification type exposes the following members.

Constructors

  Name Description
Public method IncrementalProcessingNotification() Initializes a new instance of the IncrementalProcessingNotification class using default values.
Public method IncrementalProcessingNotification(String, String, String) Initializes a new instance of IncrementalProcessingNotification using a query, a table identifier, and processing query text.

Top

Properties

  Name Description
Public property ProcessingQuery Gets or sets the contents of the parameterized text of the query to execute for notification of incremental processing status.
Public property Query Gets or sets the query associated with a QueryNotification element. (Inherited from QueryNotification.)
Public property TableID Gets or sets the table identifier associated with an IncrementalProcessingNotification object.

Top

Methods

  Name Description
Public method Clone Creates a new full copy of an object. (Overrides QueryNotification.Clone().)
Public method CopyTo(IncrementalProcessingNotification) Copies an IncrementalProcessingNotification object to the specified object.
Public method CopyTo(QueryNotification) Copies a QueryNotification object to the specified object. (Inherited from QueryNotification.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone (Inherited from QueryNotification.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.