ProcessOptimizationModes

Notes

  Cette fonctionnalité sera supprimée dans la prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et modifiez dès que possible les applications qui utilisent actuellement cette fonctionnalité.

Enumerates values for the ProcessOptimizationMode property.

Constant

Description

processOptimizationModeLazyOptimizations

The object supports lazy optimization processing. Data is read from the data source and stored within the processing transaction. Indexing and aggregating are performed afterward.

processOptimizationModeRegular

The object uses normal processing. Data is read from the data source and stored, indexed, and aggregated within the processing transaction.

For more information, see ProcessOptimizationMode.