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.