ProactiveCaching クラス
親要素の ProactiveCaching の設定を定義します。
継承階層
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 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
AggregationStorage | ProactiveCaching を使用してパーティション用のストレージを取得します。値の設定も可能です。 | |
CanRaiseEvents | (Component から継承されています。) | |
Container | (Component から継承されています。) | |
DesignMode | (Component から継承されています。) | |
Enabled | ProactiveCaching が Enabled かどうかを取得します。値の設定も可能です。 | |
Events | (Component から継承されています。) | |
ForceRebuildInterval | MOLAP イメージが削除されてから、MOLAP イメージの作成が無条件に開始されるまでの時間を取得します。値の設定も可能です。 | |
Latency | 最初の通知から MOLAP イメージが破棄されるまでの "猶予期間" を取得します。値の設定も可能です。 | |
OnlineMode | ProactiveCaching オブジェクトが OnlineMode かどうかを取得します。値の設定も可能です。 | |
SilenceInterval | MOLAP イメージの作成が開始されるまで動作を停止する最小時間を取得します。値の設定も可能です。 | |
SilenceOverrideInterval | 最初の通知から MOLAP イメージの作成が開始されるまでの時間を取得します。値の設定も可能です。 | |
Site | (Component から継承されています。) | |
Source | ProactiveCaching オブジェクトのバインドを取得します。値の設定も可能です。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Clone | オブジェクトの新しい完全コピーを作成します。 | |
CopyTo | ProactiveCaching オブジェクトを指定したオブジェクトにコピーします。 | |
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 から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。