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

AzureSqlDatabaseIndexRecommendationAdapter.ListRecommendedIndexes Method

Definition

List index recommendations

public System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.Model.IndexRecommendation> ListRecommendedIndexes (string resourceGroupName, string serverName, string databaseName);
member this.ListRecommendedIndexes : string * string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.Model.IndexRecommendation>
Public Function ListRecommendedIndexes (resourceGroupName As String, serverName As String, databaseName As String) As List(Of IndexRecommendation)

Parameters

resourceGroupName
String

Resource group name

serverName
String

Server name

databaseName
String

Database name

Returns

Applies to