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


Класс ProactiveCachingQueryBinding

Represents the query binding elements for the cache.

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

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.Binding
        Microsoft.AnalysisServices.ProactiveCachingBinding
          Microsoft.AnalysisServices.ProactiveCachingQueryBinding

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

Синтаксис

'Декларация
<GuidAttribute("85A81986-C3BB-4612-84B8-677318AA1401")> _
Public NotInheritable Class ProactiveCachingQueryBinding _
    Inherits ProactiveCachingBinding
'Применение
Dim instance As ProactiveCachingQueryBinding
[GuidAttribute("85A81986-C3BB-4612-84B8-677318AA1401")]
public sealed class ProactiveCachingQueryBinding : ProactiveCachingBinding
[GuidAttribute(L"85A81986-C3BB-4612-84B8-677318AA1401")]
public ref class ProactiveCachingQueryBinding sealed : public ProactiveCachingBinding
[<SealedAttribute>]
[<GuidAttribute("85A81986-C3BB-4612-84B8-677318AA1401")>]
type ProactiveCachingQueryBinding =  
    class 
        inherit ProactiveCachingBinding 
    end
public final class ProactiveCachingQueryBinding extends ProactiveCachingBinding

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

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

  Имя Описание
Открытый метод ProactiveCachingQueryBinding Initializes a new instance of the ProactiveCachingQueryBinding class.

В начало

Свойства

  Имя Описание
Открытое свойство Container (Производный от Component.)
Открытое свойство Parent Gets the parent object of the current object. (Производный от Binding.)
Открытое свойство QueryNotifications Gets or sets the collection of query notification elements that provide information to the ProactiveCachingQueryBinding class.
Открытое свойство RefreshInterval Gets or sets the update interval for ProactiveCachingQueryBinding.
Открытое свойство Site (Производный от Component.)

В начало

Методы

  Имя Описание
Открытый метод Clone Returns a clone of the object. (Переопределяет Binding.Clone().)
Открытый метод CopyTo Copies the content of this object to another object.
Открытый метод CreateObjRef Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод Dispose (Производный от Component.)
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetLifetimeService Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод GetType (Производный от Object.)
Открытый метод InitializeLifetimeService Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод ToString (Производный от Component.)

В начало

События

  Имя Описание
Открытое событие Disposed (Производный от Component.)

В начало

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

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable.Clone Creates a new copy of the object instance. (Производный от Binding.)

В начало

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

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

См. также

Справочник

Пространство имен Microsoft.AnalysisServices