Compartilhar 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.

Hierarquia de herança

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

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

Sintaxe

'Declaração
<GuidAttribute("4F28BDB9-2D17-4AD0-B049-A638BE8E48D4")> _
Public NotInheritable Class IncrementalProcessingNotification _
    Inherits QueryNotification
'Uso
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

O tipo IncrementalProcessingNotification expõe os membros a seguir.

Construtores

  Nome Descrição
Método público IncrementalProcessingNotification() Initializes a new instance of the IncrementalProcessingNotification class using default values.
Método público IncrementalProcessingNotification(String, String, String) Initializes a new instance of IncrementalProcessingNotification using a query, a table identifier, and processing query text.

Início

Propriedades

  Nome Descrição
Propriedade pública ProcessingQuery Gets or sets the contents of the parameterized text of the query to execute for notification of incremental processing status.
Propriedade pública Query Gets or sets the query associated with a QueryNotification element. (Herdado de QueryNotification.)
Propriedade pública TableID Gets or sets the table identifier associated with an IncrementalProcessingNotification object.

Início

Métodos

  Nome Descrição
Método público Clone Creates a new full copy of an object. (Substitui QueryNotification.Clone().)
Método público CopyTo(IncrementalProcessingNotification) Copies an IncrementalProcessingNotification object to the specified object.
Método público CopyTo(QueryNotification) Copies a QueryNotification object to the specified object. (Herdado de QueryNotification.)
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado ICloneable.Clone Creates a new copy of the object instance. (Herdado de QueryNotification.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices