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


Класс ProactiveCaching

Defines ProactiveCaching settings for a parent element.

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

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices..::..ProactiveCaching

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

Синтаксис

'Декларация
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")> _
<GuidAttribute("7899B101-7D9A-4f07-8B91-754F592A27DF")> _
Public NotInheritable Class ProactiveCaching _
    Inherits Component _
    Implements ICloneable
'Применение
Dim instance As ProactiveCaching
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")]
[GuidAttribute("7899B101-7D9A-4f07-8B91-754F592A27DF")]
public sealed class ProactiveCaching : Component, 
    ICloneable
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")]
[GuidAttribute(L"7899B101-7D9A-4f07-8B91-754F592A27DF")]
public ref class ProactiveCaching sealed : public Component, 
    ICloneable
[<SealedAttribute>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")>]
[<GuidAttribute("7899B101-7D9A-4f07-8B91-754F592A27DF")>]
type ProactiveCaching =  
    class
        inherit Component
        interface ICloneable
    end
public final class ProactiveCaching extends Component implements ICloneable

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство AggregationStorage Gets or sets storage for partitions with ProactiveCaching.
Защищенное свойство CanRaiseEvents (Производный от Component.)
Открытое свойство Container (Производный от Component.)
Защищенное свойство DesignMode (Производный от Component.)
Открытое свойство Enabled Gets or sets Enabled for ProactiveCaching.
Защищенное свойство Events (Производный от Component.)
Открытое свойство ForceRebuildInterval Gets or sets the amount of time, starting after a MOLAP image is dropped, after which MOLAP imaging starts unconditionally.
Открытое свойство Latency Gets or sets the “grace period” between the earliest notification and the moment when the MOLAP images are destroyed.
Открытое свойство OnlineMode Gets or sets OnlineMode for a ProactiveCaching object.
Открытое свойство SilenceInterval Gets or sets the minimum amount of no activity before MOLAP imaging starts.
Открытое свойство SilenceOverrideInterval Gets or sets the amount of time after an initial notification when the MOLAP imaging process starts.
Открытое свойство Site (Производный от Component.)
Открытое свойство Source Gets or sets the binding of the ProactiveCaching object.

В начало

Методы

  Имя Описание
Открытый метод Clone Creates a new full copy of an object.
Открытый метод CopyTo Copies a ProactiveCaching object to the specified object.
Открытый метод 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

В начало

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

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

См. также

Справочник