Add Get Schedules request handler (#646)

This commit is contained in:
Karl Burtram
2018-06-27 08:25:19 -07:00
committed by GitHub
parent b71f4fec27
commit c6906c3b66
3 changed files with 68 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Agent.Contracts
/// </summary>
public class AgentScheduleInfo
{
public int ID { get; set; }
public int Id { get; set; }
public string Name { get; set; }
public string JobName { get; set; }
public bool IsEnabled { get; set; }