Share via


IncrementalProcessingNotification Miembros

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

El tipo IncrementalProcessingNotification expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico IncrementalProcessingNotification() () () () Initializes a new instance of the IncrementalProcessingNotification class using default values.
Método publico IncrementalProcessingNotification(String, String, String) Initializes a new instance of IncrementalProcessingNotification using a query, a table identifier, and processing query text.

Principio

Métodos

  Nombre Descripción
Método publico Clone Creates a new full copy of an object. (Invalida QueryNotification. . :: . .Clone() () () ().)
Método publico CopyTo(IncrementalProcessingNotification) Copies an IncrementalProcessingNotification object to the specified object.
Método publico CopyTo Copies a QueryNotification object to the specified object. (Se hereda de QueryNotification).
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

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.

Principio

Implementaciones de interfaces explícitas

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

Principio