IncrementalProcessingNotification-Member
Contains information for the ProactiveCaching element about a query to execute to determine the progress of incremental processing. This class cannot be inherited.
Der IncrementalProcessingNotification-Typ macht die folgenden Member verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Clone | Creates a new full copy of an object. (Überschreibt QueryNotification. . :: . .Clone() () () ().) | |
CopyTo(IncrementalProcessingNotification) | Copies an IncrementalProcessingNotification object to the specified object. | |
CopyTo | Copies a QueryNotification object to the specified object. (Geerbt von QueryNotification.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. (Geerbt von QueryNotification.) | |
TableID | Gets or sets the table identifier associated with an IncrementalProcessingNotification object. |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ICloneable. . :: . .Clone | (Geerbt von QueryNotification.) |
Zum Anfang