_Application.DeferAsyncQueries 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 whether asychronous queries to OLAP data sources are executed when a worksheet is calculated by VBA code. Read/write.
public:
property bool DeferAsyncQueries { bool get(); void set(bool value); };
public bool DeferAsyncQueries { get; set; }
Public Property DeferAsyncQueries As Boolean
Property Value
Boolean
Remarks
Setting the DeferAsyncQueries property to True prevents any asynchronous queries form executing until the CalculateUntilAsyncQueriesDone() method is called.