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

AzureSqlDatabaseExecuteIndexRecommendationCmdletBase.PersistChanges Method

Definition

Sends the changes to the service, this will trigger applying action.

protected override Microsoft.Azure.Commands.Sql.Model.IndexRecommendation PersistChanges (Microsoft.Azure.Commands.Sql.Model.IndexRecommendation recommendation);
override this.PersistChanges : Microsoft.Azure.Commands.Sql.Model.IndexRecommendation -> Microsoft.Azure.Commands.Sql.Model.IndexRecommendation
Protected Overrides Function PersistChanges (recommendation As IndexRecommendation) As IndexRecommendation

Parameters

recommendation
IndexRecommendation

Index recommendation

Returns

Index recommendation

Applies to