mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-06 09:35:39 -05:00
fixed couple of issues in task service (#377)
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
//
|
||||
|
||||
|
||||
using Microsoft.SqlTools.ServiceLayer.Hosting;
|
||||
|
||||
namespace Microsoft.SqlTools.ServiceLayer.TaskServices.Contracts
|
||||
{
|
||||
public class TaskInfo
|
||||
@@ -34,6 +36,17 @@ namespace Microsoft.SqlTools.ServiceLayer.TaskServices.Contracts
|
||||
/// </summary>
|
||||
public string Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Provider Name
|
||||
/// </summary>
|
||||
public string ProviderName
|
||||
{
|
||||
get
|
||||
{
|
||||
return ServiceHost.ProviderName;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Task description
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user