ProactiveCaching Class

Definition

Defines ProactiveCaching settings for a parent element.

[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design.AS")]
[System.Runtime.InteropServices.Guid("7899B101-7D9A-4f07-8B91-754F592A27DF")]
public sealed class ProactiveCaching : System.ComponentModel.Component, ICloneable
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
[<System.Runtime.InteropServices.Guid("7899B101-7D9A-4f07-8B91-754F592A27DF")>]
type ProactiveCaching = class
    inherit Component
    interface ICloneable
Public NotInheritable Class ProactiveCaching
Inherits Component
Implements ICloneable
Inheritance
ProactiveCaching
Attributes
Implements

Constructors

ProactiveCaching()

Initializes a new instance of ProactiveCaching using the default values.

Properties

AggregationStorage

ets or sets storage for partitions with ProactiveCaching.

Enabled

Gets or sets an indication if proactive caching is enabled.

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 the 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.

Source

Gets or sets the binding of the ProactiveCaching object.

Methods

Clone()

Returns a clone of the object.

CopyTo(ProactiveCaching)

Copies the content of this object to another object (the destination).

Explicit Interface Implementations

ICloneable.Clone()

Applies to