ProcessOptimizationModes

[!附註]

  下一版的 Microsoft SQL Server 將不再提供此功能。請勿在新的開發工作中使用此功能,並且儘速修改使用此功能的應用程式。

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.