SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningOptions インターフェイス

public static interface SqlServerAutomaticTuning.UpdateStages.WithAutomaticTuningOptions

サーバーの自動チューニング オプションを設定する更新ステージ。

メソッドの概要

修飾子と型 メソッドと説明
abstract Update withAutomaticTuningOption(String tuningOptionName, AutomaticTuningOptionModeDesired desiredState)

さまざまな SQL Server 自動チューニング オプションの必要な状態を設定します。

abstract Update withAutomaticTuningOptions(Map<String,AutomaticTuningOptionModeDesired> tuningOptions)

さまざまな SQL Server 自動チューニング オプションの必要な状態を設定します。

メソッドの詳細

withAutomaticTuningOption

public abstract SqlServerAutomaticTuning.Update withAutomaticTuningOption(String tuningOptionName, AutomaticTuningOptionModeDesired desiredState)

さまざまな SQL Server 自動チューニング オプションの必要な状態を設定します。

Parameters:

tuningOptionName - チューニング オプション名
desiredState - 目的の状態

Returns:

更新プログラムの次のステージ。

withAutomaticTuningOptions

public abstract SqlServerAutomaticTuning.Update withAutomaticTuningOptions(Map tuningOptions)

さまざまな SQL Server 自動チューニング オプションの必要な状態を設定します。

Parameters:

tuningOptions - チューニング オプション

Returns:

更新プログラムの次のステージ。

適用対象