mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
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:
@@ -218,5 +218,10 @@ namespace Microsoft.SqlTools.ServiceLayer.Agent
|
||||
{
|
||||
get { return (JobCompletionActionCondition)this.eventLogLevel; }
|
||||
}
|
||||
|
||||
public string Owner
|
||||
{
|
||||
get { return this.owner; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user