chagned strings to enums and can edit step completion actions (#827)

This commit is contained in:
Aditya Bist
2019-06-20 00:30:37 -07:00
committed by GitHub
parent 347d233e95
commit fc50913f14
5 changed files with 26 additions and 26 deletions

View File

@@ -30,7 +30,7 @@ namespace Microsoft.SqlTools.ServiceLayer.IntegrationTests.Agent
Id = 1,
JobName = job.Name,
StepName = stepName,
SubSystem = "T-SQL",
SubSystem = SqlServer.Management.Smo.Agent.AgentSubSystem.TransactSql,
Script = "SELECT @@VERSION",
DatabaseName = connectionResult.ConnectionInfo.ConnectionDetails.DatabaseName,
DatabaseUserName = connectionResult.ConnectionInfo.ConnectionDetails.UserName,