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


Класс ProactiveCachingBinding

Represents information to the ProactiveCaching element about data source changes that require rebuilding the cache, or about the status of the rebuilding process.

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

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

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

Синтаксис

'Декларация
<GuidAttribute("11DDA4D7-1862-4FA5-9246-46B20DB4BDC2")> _
Public MustInherit Class ProactiveCachingBinding _
    Inherits Binding
'Применение
Dim instance As ProactiveCachingBinding
[GuidAttribute("11DDA4D7-1862-4FA5-9246-46B20DB4BDC2")]
public abstract class ProactiveCachingBinding : Binding
[GuidAttribute(L"11DDA4D7-1862-4FA5-9246-46B20DB4BDC2")]
public ref class ProactiveCachingBinding abstract : public Binding
[<AbstractClassAttribute>]
[<GuidAttribute("11DDA4D7-1862-4FA5-9246-46B20DB4BDC2")>]
type ProactiveCachingBinding =  
    class 
        inherit Binding 
    end
public abstract class ProactiveCachingBinding extends Binding

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

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

  Имя Описание
Защищенный метод ProactiveCachingBinding Initializes a new instance of the ProactiveCachingBinding class.

В начало

Свойства

  Имя Описание
Защищенное свойство CanRaiseEvents (Производный от Component.)
Открытое свойство Container (Производный от Component.)
Защищенное свойство DesignMode (Производный от Component.)
Защищенное свойство Events (Производный от Component.)
Открытое свойство Parent Gets the parent object of the current object. (Производный от Binding.)
Открытое свойство Site (Производный от Component.)

В начало

Методы

  Имя Описание
Открытый метод Clone Creates a deep copy of current object. (Производный от Binding.)
Защищенный метод CopyTo Transfers a deep copy of current object to a specified binding. (Производный от Binding.)
Открытый метод CreateObjRef Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод Dispose() (Производный от Component.)
Защищенный метод Dispose(Boolean) (Производный от Component.)
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Component.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetLifetimeService Важный элемент безопасности. (Производный от MarshalByRefObject.)
Защищенный метод GetService (Производный от Component.)
Открытый метод GetType (Производный от Object.)
Открытый метод InitializeLifetimeService Важный элемент безопасности. (Производный от MarshalByRefObject.)
Защищенный метод MemberwiseClone() (Производный от Object.)
Защищенный метод MemberwiseClone(Boolean) (Производный от MarshalByRefObject.)
Открытый метод ToString (Производный от Component.)

В начало

События

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

В начало

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

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

В начало

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

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

См. также

Справочник

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