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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.