The AdcPropAsyncThreadPriority class of the com.ms.wfc.data package specifies the execution priority of the asynchronous thread that fetches data for a Remote Data Service (RDS) Recordset object.
class AdoEnums.AdcPropAsyncThreadPriority extends com.ms.wfc.core.Enum { // Fields public static final int ABOVENORMAL; public static final int BELOWNORMAL; public static final int HIGHEST; public static final int LOWEST; public static final int NORMAL; }