Membri IncrementalProcessingNotification
Contains information for the ProactiveCaching element about a query to execute to determine the progress of incremental processing. This class cannot be inherited.
Il tipo IncrementalProcessingNotification espone i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | Creates a new full copy of an object. (Esegue l'override di QueryNotification. . :: . .Clone() () () ().) | |
CopyTo(IncrementalProcessingNotification) | Copies an IncrementalProcessingNotification object to the specified object. | |
CopyTo | Copies a QueryNotification object to the specified object. (Ereditato da QueryNotification). | |
Equals | (Ereditato da Object). | |
Finalize | (Ereditato da Object). | |
GetHashCode | (Ereditato da Object). | |
GetType | (Ereditato da Object). | |
MemberwiseClone | (Ereditato da Object). | |
ToString | (Ereditato da Object). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. (Ereditato da QueryNotification). | |
TableID | Gets or sets the table identifier associated with an IncrementalProcessingNotification object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
ICloneable. . :: . .Clone | (Ereditato da QueryNotification). |
In alto
Vedere anche