Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the ProactiveCaching information associated with a MeasureGroup.
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 MeasureGroup
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
A ProactiveCaching object.