Sql Proj Extract from database to Sql files (#949)

* SqlToolsServices changes for  Sql Proj Extract from database to Sql files

* Bumped DacFx version. Addressed comments.
This commit is contained in:
Sakshi Sharma
2020-04-27 18:35:19 -07:00
committed by GitHub
parent 314627f83c
commit 96df91c8fa
11 changed files with 122 additions and 9 deletions

View File

@@ -2941,6 +2941,14 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
public static string ProjectExtractTaskName
{
get
{
return Keys.GetString(Keys.ProjectExtractTaskName);
}
}
public static string ExtractInvalidVersion
{
get
@@ -4390,6 +4398,9 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string GenerateScriptTaskName = "GenerateScriptTaskName";
public const string ProjectExtractTaskName = "ProjectExtractTaskName";
public const string ExtractInvalidVersion = "ExtractInvalidVersion";

View File

@@ -1748,6 +1748,10 @@
<value>Generate script</value>
<comment></comment>
</data>
<data name="ProjectExtractTaskName" xml:space="preserve">
<value>Extract project files</value>
<comment></comment>
</data>
<data name="ExtractInvalidVersion" xml:space="preserve">
<value>Invalid version &apos;{0}&apos; passed. Version must be in the format x.x.x.x where x is a number.</value>
<comment></comment>

View File

@@ -809,6 +809,7 @@ ImportBacpacTaskName = Import bacpac
ExtractDacpacTaskName = Extract dacpac
DeployDacpacTaskName = Deploy dacpac
GenerateScriptTaskName = Generate script
ProjectExtractTaskName = Extract project files
ExtractInvalidVersion = Invalid version '{0}' passed. Version must be in the format x.x.x.x where x is a number.
############################################################################

View File

@@ -2082,6 +2082,11 @@
<note>.
Parameters: 0 - editionCode (int) </note>
</trans-unit>
<trans-unit id="ProjectExtractTaskName">
<source>Extract project files</source>
<target state="new">Extract project files</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>