AzureSqlAdvisorCommunicatorBase.GetCurrentSqlClient Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.