Поделиться через


Класс 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.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable. . :: . .Clone (Производный от QueryNotification.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник