Freigeben über


IncrementalProcessingNotification-Klasse

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

Vererbungshierarchie

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

Der IncrementalProcessingNotification-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode IncrementalProcessingNotification() Initializes a new instance of the IncrementalProcessingNotification class using default values.
Öffentliche Methode IncrementalProcessingNotification(String, String, String) Initializes a new instance of IncrementalProcessingNotification using a query, a table identifier, and processing query text.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ProcessingQuery Gets or sets the contents of the parameterized text of the query to execute for notification of incremental processing status.
Öffentliche Eigenschaft Query Gets or sets the query associated with a QueryNotification element. (Geerbt von QueryNotification.)
Öffentliche Eigenschaft TableID Gets or sets the table identifier associated with an IncrementalProcessingNotification object.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Creates a new full copy of an object. (Überschreibt QueryNotification.Clone().)
Öffentliche Methode CopyTo(IncrementalProcessingNotification) Copies an IncrementalProcessingNotification object to the specified object.
Öffentliche Methode CopyTo(QueryNotification) Copies a QueryNotification object to the specified object. (Geerbt von QueryNotification.)
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable.Clone Creates a new copy of the object instance. (Geerbt von QueryNotification.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace