mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-21 09:35:39 -05:00
support issue severity (#1430)
This commit is contained in:
@@ -9005,6 +9005,22 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string AddNewEdgeConstraintLabel
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.AddNewEdgeConstraintLabel);
|
||||
}
|
||||
}
|
||||
|
||||
public static string AddNewClauseLabel
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.AddNewClauseLabel);
|
||||
}
|
||||
}
|
||||
|
||||
public static string ConnectionServiceListDbErrorNotConnected(string uri)
|
||||
{
|
||||
return Keys.GetString(Keys.ConnectionServiceListDbErrorNotConnected, uri);
|
||||
@@ -12867,6 +12883,12 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string TableColumnDefaultConstraintNamePropertyTitle = "TableColumnDefaultConstraintNamePropertyTitle";
|
||||
|
||||
|
||||
public const string AddNewEdgeConstraintLabel = "AddNewEdgeConstraintLabel";
|
||||
|
||||
|
||||
public const string AddNewClauseLabel = "AddNewClauseLabel";
|
||||
|
||||
|
||||
private Keys()
|
||||
{ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user