IncrementalProcessingNotification 클래스
Contains information for the ProactiveCaching element about a query to execute to determine the progress of incremental processing. This class cannot be inherited.
상속 계층
System. . :: . .Object
Microsoft.AnalysisServices. . :: . .QueryNotification
Microsoft.AnalysisServices..::..IncrementalProcessingNotification
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<GuidAttribute("4F28BDB9-2D17-4AD0-B049-A638BE8E48D4")> _
Public NotInheritable Class IncrementalProcessingNotification _
Inherits QueryNotification
‘사용 방법
Dim instance As IncrementalProcessingNotification
[GuidAttribute("4F28BDB9-2D17-4AD0-B049-A638BE8E48D4")]
public sealed class IncrementalProcessingNotification : QueryNotification
[GuidAttribute(L"4F28BDB9-2D17-4AD0-B049-A638BE8E48D4")]
public ref class IncrementalProcessingNotification sealed : public QueryNotification
[<SealedAttribute>]
[<GuidAttribute("4F28BDB9-2D17-4AD0-B049-A638BE8E48D4")>]
type IncrementalProcessingNotification =
class
inherit QueryNotification
end
public final class IncrementalProcessingNotification extends QueryNotification
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. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Clone | Creates a new full copy of an object. (QueryNotification. . :: . .Clone() () () ()을(를) 재정의함) | |
CopyTo(IncrementalProcessingNotification) | Copies an IncrementalProcessingNotification object to the specified object. | |
CopyTo(QueryNotification) | Copies a QueryNotification object to the specified object. (QueryNotification에서 상속됨) | |
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.