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.
公共属性 Container (从 Component 继承。)
公共属性 Enabled Gets or sets Enabled for ProactiveCaching.
公共属性 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 the content of the object to another object (the destination).
公共方法 CreateObjRef 安全关键。 (从 MarshalByRefObject 继承。)
公共方法 Dispose (从 Component 继承。)
公共方法 Equals (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetLifetimeService 安全关键。 (从 MarshalByRefObject 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 InitializeLifetimeService 安全关键。 (从 MarshalByRefObject 继承。)
公共方法 ToString (从 Component 继承。)

页首

事件

  名称 说明
公共事件 Disposed (从 Component 继承。)

页首

显式接口实现

  名称 说明
显式接口实现私有方法 ICloneable.Clone Creates a new instance of the AdomdParameter.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.AnalysisServices 命名空间