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

SqlServerResource.GetSqlServerAutomaticTuning Method

Definition

Gets an object representing a SqlServerAutomaticTuningResource along with the instance operations that can be performed on it in the SqlServer.

public virtual Azure.ResourceManager.Sql.SqlServerAutomaticTuningResource GetSqlServerAutomaticTuning();
abstract member GetSqlServerAutomaticTuning : unit -> Azure.ResourceManager.Sql.SqlServerAutomaticTuningResource
override this.GetSqlServerAutomaticTuning : unit -> Azure.ResourceManager.Sql.SqlServerAutomaticTuningResource
Public Overridable Function GetSqlServerAutomaticTuning () As SqlServerAutomaticTuningResource

Returns

Returns a SqlServerAutomaticTuningResource object.

Applies to