Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
Applies to: Access 2013, Office 2013
For an RDS Recordset object, specifies the execution priority of the asynchronous thread that retrieves data.
Use these constants with the Recordset "Background Thread Priority" dynamic property, which is referenced in the ADO Dynamic Property Index and documented in the Microsoft Cursor Service for OLE DB documentation.
Constant |
Value |
Description |
|---|---|---|
adPriorityAboveNormal |
4 |
Sets priority between normal and highest. |
adPriorityBelowNormal |
2 |
Sets priority between lowest and normal. |
adPriorityHighest |
5 |
Sets priority to the highest possible. |
AdPriorityLowest |
1 |
Sets priority to the lowest possible. |
adPriorityNormal |
3 |
Sets priority to normal. |
ADO/WFC equivalent
Package: com.ms.wfc.data
Constant |
|---|
AdoEnums.AdcPropAsyncThreadPriority.ABOVENORMAL |
AdoEnums.AdcPropAsyncThreadPriority.BELOWNORMAL |
AdoEnums.AdcPropAsyncThreadPriority.HIGHEST |
AdoEnums.AdcPropAsyncThreadPriority.LOWEST |
AdoEnums.AdcPropAsyncThreadPriority.NORMAL |