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 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。