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

AzureSqlRecommendedActionCommunicatorBase.GetCurrentSqlClient Method

Definition

Retrieve the SQL Management client for the currently selected subscription, adding the session and request id tracing headers for the current cmdlet invocation.

protected Microsoft.Azure.Management.Sql.LegacySdk.SqlManagementClient GetCurrentSqlClient ();
member this.GetCurrentSqlClient : unit -> Microsoft.Azure.Management.Sql.LegacySdk.SqlManagementClient
Protected Function GetCurrentSqlClient () As SqlManagementClient

Returns

The SQL Management client for the currently selected subscription.

Applies to