fixed couple of issues in restore (#470)

This commit is contained in:
Leila Lali
2017-09-29 09:46:44 -07:00
committed by GitHub
parent b46c4b4381
commit 9d898f0d0c
18 changed files with 952 additions and 96 deletions

View File

@@ -3501,6 +3501,14 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
public static string NoBackupsetsToRestore
{
get
{
return Keys.GetString(Keys.NoBackupsetsToRestore);
}
}
public static string ScriptTaskName
{
get
@@ -4947,6 +4955,9 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string TheLastBackupTaken = "TheLastBackupTaken";
public const string NoBackupsetsToRestore = "NoBackupsetsToRestore";
public const string ScriptTaskName = "ScriptTaskName";