Membros IncrementalProcessingNotification
Contains information for the ProactiveCaching element about a query to execute to determine the progress of incremental processing. This class cannot be inherited.
O tipo IncrementalProcessingNotification expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
IncrementalProcessingNotification() () () () | Initializes a new instance of the IncrementalProcessingNotification class using default values. | |
IncrementalProcessingNotification(String, String, String) | Initializes a new instance of IncrementalProcessingNotification using a query, a table identifier, and processing query text. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clone | Creates a new full copy of an object. (Substitui QueryNotification. . :: . .Clone() () () ().) | |
CopyTo(IncrementalProcessingNotification) | Copies an IncrementalProcessingNotification object to the specified object. | |
CopyTo | Copies a QueryNotification object to the specified object. (Herdado de QueryNotification.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ProcessingQuery | Gets or sets the contents of the parameterized text of the query to execute for notification of incremental processing status. | |
Query | Gets or sets the query associated with a QueryNotification element. (Herdado de QueryNotification.) | |
TableID | Gets or sets the table identifier associated with an IncrementalProcessingNotification object. |
Início
Implementações de interface explícitas
Nome | Descrição | |
---|---|---|
ICloneable. . :: . .Clone | (Herdado de QueryNotification.) |
Início
Consulte também