Cube.ProactiveCaching Property

Definition

Gets or sets the proactive caching settings for the cube.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Storage")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Cube_ProactiveCaching")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.ProactiveCaching ProactiveCaching { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Storage")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Cube_ProactiveCaching")>]
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.ProactiveCaching : Microsoft.AnalysisServices.ProactiveCaching with get, set
Public Property ProactiveCaching As ProactiveCaching

Property Value

ProactiveCaching

A ProactiveCaching object with the proactive cahcing configuration.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

Applies to