Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets or sets the proactive caching properties associated with a Dimension object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property ProactiveCaching As ProactiveCaching
Get
Set
'Usage
Dim instance As Dimension
Dim value As ProactiveCaching
value = instance.ProactiveCaching
instance.ProactiveCaching = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")]
public ProactiveCaching ProactiveCaching { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property ProactiveCaching^ ProactiveCaching {
ProactiveCaching^ get ();
void set (ProactiveCaching^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ProactiveCachingTypeConverter, Microsoft.AnalysisServices.Design")>]
member ProactiveCaching : ProactiveCaching with get, set
function get ProactiveCaching () : ProactiveCaching
function set ProactiveCaching (value : ProactiveCaching)
Property Value
Type: Microsoft.AnalysisServices.ProactiveCaching
The proactive caching information.