Analysis Services Programming
ProcessOptimizationModes
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.