Name

ADCPROP_ASYNCTHREADPRIORITY_ENUM Enumeration — (Versions 2.0, 2.1, 2.5, 2.6)

Synopsis

The ADCPROP_ASYNCTHREADPRIORITY_ENUM enumeration sets the execution priority of an asynchronous thread receiving data. This enumeration value is used within the Recordset dynamic property, Background Thread Priority.

Table E-1. The ADCPROP_ASYNCTHREADPRIORITY_ENUM Enumeration

Enumeration (ADO/WFC)

Value

Description

adPriorityAboveNormal (ABOVENORMAL)
4

The priority is set between normal and highest.

adPriorityBelowNormal (BELOWNORMAL)
2

The priority is set between lowest and normal.

adPriorityHighest (HIGHEST)
5

The priority is set to the highest possible setting.

adPriorityLowest (LOWEST)
1

The priority is set to the lowest possible setting.

adPriorityNormal (NORMAL)
3

The priority is set to the normal setting.

ADO/WFC

The ADCPROP_ASYNCTHREADPRIORITY_ENUM enumeration is part of the com.ms.wfc.data package, and the constant values are preceded with AdoEnums.AdcPropAsyncThreadPriority.

Get ADO: ActiveX Data Objects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.