AutomaticTuningOptionState 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 = (OPTION = ...)'
public enum AutomaticTuningOptionState
type AutomaticTuningOptionState =
Public Enum AutomaticTuningOptionState
- Inheritance
-
AutomaticTuningOptionState
Fields
Name | Value | Description |
---|---|---|
Off | 0 | |
On | 1 | |
Default | 2 |