Add Name field to AlertInfo (#649)

This commit is contained in:
Karl Burtram
2018-06-30 11:16:54 -07:00
committed by GitHub
parent 704b25f082
commit d86a1ce1d3
2 changed files with 6 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Agent.Contracts
public class AgentAlertInfo
{
public int Id { get; set; }
public string Name { get; set; }
public int DelayBetweenResponses { get; set; }
public string EventDescriptionKeyword { get; set; }
public string EventSource { get; set; }