require confirmation when risks present (#1668)

This commit is contained in:
Alan Ren
2022-09-02 12:50:30 -07:00
committed by GitHub
parent 41556aea54
commit 7f675b884f
7 changed files with 41 additions and 8 deletions

View File

@@ -9429,6 +9429,14 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
public static string TableDesignerConfirmationText
{
get
{
return Keys.GetString(Keys.TableDesignerConfirmationText);
}
}
public static string GetUserDefinedObjectsFromModelFailed
{
get
@@ -13596,6 +13604,9 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string ComputedColumnNeedToBePersistedInForeignKeyRuleDescription = "ComputedColumnNeedToBePersistedInForeignKeyRuleDescription";
public const string TableDesignerConfirmationText = "TableDesignerConfirmationText";
public const string SqlProjectModelNotFound = "SqlProjectModelNotFound";