mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-01 09:35:39 -05:00
@@ -3477,6 +3477,14 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string TheLastBackupTaken
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.TheLastBackupTaken);
|
||||
}
|
||||
}
|
||||
|
||||
public static string ConnectionServiceListDbErrorNotConnected(string uri)
|
||||
{
|
||||
return Keys.GetString(Keys.ConnectionServiceListDbErrorNotConnected, uri);
|
||||
@@ -4890,6 +4898,9 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string RestoreBackupSetExpiration = "RestoreBackupSetExpiration";
|
||||
|
||||
|
||||
public const string TheLastBackupTaken = "TheLastBackupTaken";
|
||||
|
||||
|
||||
private Keys()
|
||||
{ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user