IncrementalProcessingNotification 멤버
Contains information for the ProactiveCaching element about a query to execute to determine the progress of incremental processing. This class cannot be inherited.
IncrementalProcessingNotification 형식은 다음 멤버를 노출합니다.
생성자
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Clone | Creates a new full copy of an object. (QueryNotification. . :: . .Clone() () () ()을(를) 재정의합니다.) | |
CopyTo(IncrementalProcessingNotification) | Copies an IncrementalProcessingNotification object to the specified object. | |
CopyTo | Copies a QueryNotification object to the specified object. (QueryNotification에서 상속됩니다.) | |
Equals | (Object에서 상속됩니다.) | |
Finalize | (Object에서 상속됩니다.) | |
GetHashCode | (Object에서 상속됩니다.) | |
GetType | (Object에서 상속됩니다.) | |
MemberwiseClone | (Object에서 상속됩니다.) | |
ToString | (Object에서 상속됩니다.) |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
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. (QueryNotification에서 상속됩니다.) | |
TableID | Gets or sets the table identifier associated with an IncrementalProcessingNotification object. |
맨 위로 이동