Compartir a través de


Clase IncrementalProcessingNotification

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<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

El tipo IncrementalProcessingNotification expone los siguientes miembros.

Constructores

  Nombre Descripción
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.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ProcessingQuery Gets or sets the contents of the parameterized text of the query to execute for notification of incremental processing status.
Propiedad pública Query Gets or sets the query associated with a QueryNotification element. (Se hereda de QueryNotification.)
Propiedad pública TableID Gets or sets the table identifier associated with an IncrementalProcessingNotification object.

Arriba

Métodos

  Nombre Descripción
Método público Clone Creates a new full copy of an object. (Invalida 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. (Se hereda de QueryNotification.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICloneable. . :: . .Clone (Se hereda de QueryNotification.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.