Support profiling on Azure instances (#643)

* Support profiling Azure instances

* Spacing fixes

* Localizing error message for azure DB profiling
This commit is contained in:
Madeline MacDonald
2018-06-26 10:55:30 -07:00
committed by GitHub
parent 838a7e4fab
commit cc2ca4cad3
6 changed files with 73 additions and 7 deletions

View File

@@ -3661,6 +3661,14 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
public static string AzureSystemDbProfilingError
{
get
{
return Keys.GetString(Keys.AzureSystemDbProfilingError);
}
}
public static string UserCancelledSelectStep
{
get
@@ -6147,6 +6155,9 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string ProfilerConnectionNotFound = "ProfilerConnectionNotFound";
public const string AzureSystemDbProfilingError = "AzureSystemDbProfilingError";
public const string EnableAlertsTitle = "EnableAlertsTitle";