mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-03 01:25:44 -05:00
chagned strings to enums and can edit step completion actions (#827)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user