Compartir a través de


ProcessOptimizationModes

[!NOTA]

  Esta característica se quitará en la versión siguiente de Microsoft SQL Server. No utilice esta característica en nuevos trabajos de desarrollo y modifique lo antes posible las aplicaciones que actualmente la utilizan.

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.