ProactiveCaching Class

親要素の ProactiveCaching の設定を定義します。

名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)

構文

'宣言
<DesignerAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingDesigner, Microsoft.AnalysisServices.Design", GetType(IDesigner))> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")> _
<GuidAttribute("7899B101-7D9A-4f07-8B91-754F592A27DF")> _
Public NotInheritable Class ProactiveCaching
    Inherits Component
    Implements ICloneable
[DesignerAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingDesigner, Microsoft.AnalysisServices.Design", typeof(IDesigner))] 
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")] 
[GuidAttribute("7899B101-7D9A-4f07-8B91-754F592A27DF")] 
public sealed class ProactiveCaching : Component, ICloneable
[DesignerAttribute(L"Microsoft.AnalysisServices.Design.ProactiveCachingDesigner, Microsoft.AnalysisServices.Design", typeof(IDesigner))] 
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")] 
[GuidAttribute(L"7899B101-7D9A-4f07-8B91-754F592A27DF")] 
public ref class ProactiveCaching sealed : public Component, ICloneable
/** @attribute DesignerAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingDesigner, Microsoft.AnalysisServices.Design", System.ComponentModel.Design.IDesigner) */ 
/** @attribute TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design") */ 
/** @attribute GuidAttribute("7899B101-7D9A-4f07-8B91-754F592A27DF") */ 
public final class ProactiveCaching extends Component implements ICloneable
DesignerAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingDesigner, Microsoft.AnalysisServices.Design", System.ComponentModel.Design.IDesigner) 
TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design") 
GuidAttribute("7899B101-7D9A-4f07-8B91-754F592A27DF") 
public final class ProactiveCaching extends Component implements ICloneable

継承階層

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
      Microsoft.AnalysisServices.ProactiveCaching

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

ProactiveCaching Members
Microsoft.AnalysisServices Namespace