你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithAutomaticTuningOptions 接口

定义

设置数据库自动优化选项的更新阶段。

public interface IWithAutomaticTuningOptions
type IWithAutomaticTuningOptions = interface
Public Interface IWithAutomaticTuningOptions
派生

方法

WithAutomaticTuningOption(String, AutomaticTuningOptionModeDesired)

设置各种 SQL 数据库自动优化选项所需的状态。

WithAutomaticTuningOptions(IDictionary<String,AutomaticTuningOptionModeDesired>)

设置各种 SQL 数据库自动优化选项所需的状态。

适用于