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.