Share via


ProcessOptimizationModes

[!NOTA]

  Questa caratteristica verrà rimossa a partire dalla prossima versione di Microsoft SQL Server. Non utilizzare questa caratteristica in un nuovo progetto di sviluppo e modificare non appena possibile le applicazioni in cui è attualmente implementata.

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.