Dimension.ProactiveCaching Property

Gets or sets the proactive caching properties associated with a Dimension object.

命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

語法

'宣告
<MergablePropertyAttribute(False)> _
<EditorAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
<XmlElementAttribute(IsNullable:=False)> _
<DefaultValueAttribute(Nothing)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property ProactiveCaching As ProactiveCaching
[MergablePropertyAttribute(false)] 
[EditorAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
[XmlElementAttribute(IsNullable=false)] 
[DefaultValueAttribute(null)] 
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")] 
public ProactiveCaching ProactiveCaching { get; set; }
[MergablePropertyAttribute(false)] 
[EditorAttribute(L"Microsoft.AnalysisServices.Design.ProactiveCachingTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
[XmlElementAttribute(IsNullable=false)] 
[DefaultValueAttribute(nullptr)] 
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")] 
public:
property ProactiveCaching^ ProactiveCaching {
    ProactiveCaching^ get ();
    void set (ProactiveCaching^ value);
}
/** @property */
public ProactiveCaching get_ProactiveCaching ()

/** @property */
public void set_ProactiveCaching (ProactiveCaching value)
public function get ProactiveCaching () : ProactiveCaching

public function set ProactiveCaching (value : ProactiveCaching)

屬性值

Proactive caching information.

執行緒安全性

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Dimension Class
Dimension Members
Microsoft.AnalysisServices Namespace