ProcessOptimizationModes
Hinweis |
---|
Diese Funktion wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie so bald wie möglich das Ändern von Anwendungen, in denen es zurzeit verwendet wird. |
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.