_Application.DeferAsyncQueries Property

Definition

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.

Applies to