Show file location for dacfx extract and export (#936)

* show file location for dacfx extract and export

* Add TargetDestination field to TaskInfo

* remove setting database and server name to null if there's packageFilePath

* remove unnecessary parameter
This commit is contained in:
Kim Santiago
2020-04-27 17:37:08 -07:00
committed by GitHub
parent bcc1f2a486
commit 314627f83c
4 changed files with 16 additions and 2 deletions

View File

@@ -35,6 +35,11 @@ namespace Microsoft.SqlTools.ServiceLayer.TaskServices.Contracts
/// </summary>
public string DatabaseName { get; set; }
/// <summary>
/// Target location for this task
/// </summary>
public string TargetLocation { get; set; }
/// <summary>
/// Task name which defines the type of the task (e.g. CreateDatabase, Backup)
/// </summary>