Condividi tramite


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.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

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

Nel tipo IncrementalProcessingNotification sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico IncrementalProcessingNotification() Initializes a new instance of the IncrementalProcessingNotification class using default values.
Metodo pubblico IncrementalProcessingNotification(String, String, String) Initializes a new instance of IncrementalProcessingNotification using a query, a table identifier, and processing query text.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ProcessingQuery Gets or sets the contents of the parameterized text of the query to execute for notification of incremental processing status.
Proprietà pubblica Query Gets or sets the query associated with a QueryNotification element. Ereditato da QueryNotification.
Proprietà pubblica TableID Gets or sets the table identifier associated with an IncrementalProcessingNotification object.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Creates a new full copy of an object. Esegue l'override di QueryNotification.Clone().
Metodo pubblico CopyTo(IncrementalProcessingNotification) Copies an IncrementalProcessingNotification object to the specified object.
Metodo pubblico CopyTo(QueryNotification) Copies a QueryNotification object to the specified object. Ereditato da QueryNotification.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICloneable.Clone Creates a new copy of the object instance. Ereditato da QueryNotification.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices