AutomaticTuningOptionKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The possible Automatic Tuning Options under 'ALTER DATABASE d1 SET AUTOMATIC_TUNING = (...)'
public enum AutomaticTuningOptionKind
type AutomaticTuningOptionKind =
Public Enum AutomaticTuningOptionKind
- Inheritance
-
AutomaticTuningOptionKind
Fields
Name | Value | Description |
---|---|---|
Force_Last_Good_Plan | 0 | |
Create_Index | 1 | |
Drop_Index | 2 | |
Maintain_Index | 3 |