PivotCache.BackgroundQuery 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 queries for the PivotTable report or query table are performed asynchronously (in the background).
public:
property bool BackgroundQuery { bool get(); void set(bool value); };
public bool BackgroundQuery { get; set; }
Public Property BackgroundQuery As Boolean
Property Value
Remarks
For OLAP data sources, this property is read-only and always returns False.