MeasureGroup.ProactiveCaching Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the ProactiveCaching information associated with a MeasureGroup.
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.ProactiveCaching ProactiveCaching { get; set; }
[<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
A ProactiveCaching object.
- Attributes