OLEDBConnection.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 OLE DB connection are performed asynchronously (in the background). Read/write Boolean.
public:
property bool BackgroundQuery { bool get(); void set(bool value); };
public bool BackgroundQuery { get; set; }
Public Property BackgroundQuery As Boolean
Property Value
Boolean
Remarks
For OLAP data sources, this property is read-only and always returns False.