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


Класс QueryNotification

Provides information consumed by the ProactiveCaching element. The information is about the query to execute to determine whether a data source has been modified.

Иерархия наследования

System. . :: . .Object
  Microsoft.AnalysisServices..::..QueryNotification
    Microsoft.AnalysisServices. . :: . .IncrementalProcessingNotification

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<GuidAttribute("7642048A-96D8-4051-8ADE-9FC7AD74D3D6")> _
Public Class QueryNotification _
    Implements ICloneable
'Применение
Dim instance As QueryNotification
[GuidAttribute("7642048A-96D8-4051-8ADE-9FC7AD74D3D6")]
public class QueryNotification : ICloneable
[GuidAttribute(L"7642048A-96D8-4051-8ADE-9FC7AD74D3D6")]
public ref class QueryNotification : ICloneable
[<GuidAttribute("7642048A-96D8-4051-8ADE-9FC7AD74D3D6")>]
type QueryNotification =  
    class
        interface ICloneable
    end
public class QueryNotification implements ICloneable

Тип QueryNotification обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод QueryNotification() () () () Initializes a new instance of the QueryNotification class using default values.
Открытый метод QueryNotification(String) Initializes a new instance of QueryNotification using a query parameter.

В начало

Свойства

  Имя Описание
Открытое свойство Query Gets or sets the query associated with a QueryNotification element.

В начало

Методы

  Имя Описание
Открытый метод Clone Creates a new full copy of an object.
Открытый метод CopyTo Copies a QueryNotification object to the specified object.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

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

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

В начало

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

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

См. также

Справочник