ProactiveCaching Class
Defines ProactiveCaching settings for a parent element.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ProactiveCaching
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")> _
<GuidAttribute("7899B101-7D9A-4f07-8B91-754F592A27DF")> _
Public NotInheritable Class ProactiveCaching _
Inherits Component _
Implements ICloneable
'Usage
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
The ProactiveCaching type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ProactiveCaching | Initializes a new instance of ProactiveCaching using the default values. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AggregationStorage | Gets or sets storage for partitions with ProactiveCaching. |
![]() |
CanRaiseEvents | (Inherited from Component.) |
![]() |
Container | (Inherited from Component.) |
![]() |
DesignMode | (Inherited from Component.) |
![]() |
Enabled | Gets or sets Enabled for ProactiveCaching. |
![]() |
Events | (Inherited from 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 | (Inherited from Component.) |
![]() |
Source | Gets or sets the binding of the ProactiveCaching object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Creates a new full copy of an object. |
![]() |
CopyTo | Copies a ProactiveCaching object to the specified object. |
![]() |
CreateObjRef | (Inherited from MarshalByRefObject.) |
![]() |
Dispose() | (Inherited from Component.) |
![]() |
Dispose(Boolean) | (Inherited from Component.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Component.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
GetService | (Inherited from Component.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() |
ToString | (Inherited from Component.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.