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 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
ProactiveCaching | ProactiveCaching の新しいインスタンスを既定値で初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
AggregationStorage | ProactiveCaching を使用してパーティション用のストレージを取得します。値の設定も可能です。 | |
Container | (Component から継承されています。) | |
Enabled | ProactiveCaching が Enabled かどうかを取得します。値の設定も可能です。 | |
ForceRebuildInterval | MOLAP イメージが削除されてから、MOLAP イメージの作成が無条件に開始されるまでの時間を取得します。値の設定も可能です。 | |
Latency | 最初の通知から MOLAP イメージが破棄されるまでの "猶予期間" を取得します。値の設定も可能です。 | |
OnlineMode | ProactiveCaching オブジェクトが OnlineMode かどうかを取得します。値の設定も可能です。 | |
SilenceInterval | MOLAP イメージの作成が開始されるまで動作を停止する最小時間を取得します。値の設定も可能です。 | |
SilenceOverrideInterval | 最初の通知から MOLAP イメージの作成が開始されるまでの時間を取得します。値の設定も可能です。 | |
Site | (Component から継承されています。) | |
Source | ProactiveCaching オブジェクトのバインドを取得します。値の設定も可能です。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Clone | オブジェクトの新しい完全コピーを作成します。 | |
CopyTo | オブジェクトの内容を別のオブジェクト (コピー先) にコピーします。 | |
CreateObjRef | セキュリティ クリティカル。 (MarshalByRefObject から継承されています。) | |
Dispose | (Component から継承されています。) | |
Equals | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetLifetimeService | セキュリティ クリティカル。 (MarshalByRefObject から継承されています。) | |
GetType | (Object から継承されています。) | |
InitializeLifetimeService | セキュリティ クリティカル。 (MarshalByRefObject から継承されています。) | |
ToString | (Component から継承されています。) |
先頭に戻る
イベント
名前 | 説明 | |
---|---|---|
Disposed | (Component から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICloneable.Clone | AdomdParameter の新しいインスタンスを作成します。 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。