Partager via


Classe IncrementalProcessingNotification

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

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

Le type IncrementalProcessingNotification expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique IncrementalProcessingNotification() () () () Initializes a new instance of the IncrementalProcessingNotification class using default values.
Méthode publique IncrementalProcessingNotification(String, String, String) Initializes a new instance of IncrementalProcessingNotification using a query, a table identifier, and processing query text.

Haut de la page

Propriétés

  Nom Description
Propriété publique ProcessingQuery Gets or sets the contents of the parameterized text of the query to execute for notification of incremental processing status.
Propriété publique Query Gets or sets the query associated with a QueryNotification element. (hérité de QueryNotification.)
Propriété publique TableID Gets or sets the table identifier associated with an IncrementalProcessingNotification object.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Creates a new full copy of an object. (remplace QueryNotification. . :: . .Clone() () () ().)
Méthode publique CopyTo(IncrementalProcessingNotification) Copies an IncrementalProcessingNotification object to the specified object.
Méthode publique CopyTo(QueryNotification) Copies a QueryNotification object to the specified object. (hérité de QueryNotification.)
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable. . :: . .Clone (hérité de QueryNotification.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.