Clase 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
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
'Declaración
<GuidAttribute("4F28BDB9-2D17-4AD0-B049-A638BE8E48D4")> _
Public NotInheritable Class IncrementalProcessingNotification _
Inherits QueryNotification
'Uso
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
El tipo IncrementalProcessingNotification expone los siguientes miembros.
Nombre | Descripción | |
---|---|---|
![]() |
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. |
Arriba
Nombre | Descripción | |
---|---|---|
![]() |
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. (Se hereda de QueryNotification.) |
![]() |
TableID | Gets or sets the table identifier associated with an IncrementalProcessingNotification object. |
Arriba
Nombre | Descripción | |
---|---|---|
![]() |
Clone | Creates a new full copy of an object. (Invalida QueryNotification.Clone().) |
![]() |
CopyTo(IncrementalProcessingNotification) | Copies an IncrementalProcessingNotification object to the specified object. |
![]() |
CopyTo(QueryNotification) | Copies a QueryNotification object to the specified object. (Se hereda de QueryNotification.) |
![]() |
Equals | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Nombre | Descripción | |
---|---|---|
![]() ![]() |
ICloneable.Clone | Creates a new copy of the object instance. (Se hereda de QueryNotification.) |
Arriba
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.