Agent/improvements (#779)

* job step type and error message details change

* added newline for both environments

* checked for inner exceptions

* sorted imports

* added ability to change job owner
This commit is contained in:
Aditya Bist
2019-03-21 11:31:15 -07:00
committed by GitHub
parent 5778dc7b01
commit a08e4058a2
4 changed files with 32 additions and 4 deletions

View File

@@ -218,5 +218,10 @@ namespace Microsoft.SqlTools.ServiceLayer.Agent
{
get { return (JobCompletionActionCondition)this.eventLogLevel; }
}
public string Owner
{
get { return this.owner; }
}
}
}