PivotCache.OptimizeCache 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.
True if the PivotTable cache is optimized when it’s constructed. The default value is False.
public:
property bool OptimizeCache { bool get(); void set(bool value); };
public bool OptimizeCache { get; set; }
Public Property OptimizeCache As Boolean
Property Value
Remarks
Cache optimization results in additional queries and degrades initial performance of the PivotTable report.
For OLE DB data sources, this property is read-only and always returns False.