JobStepAction interface
The action to be executed by a job step.
Properties
source | The source of the action to execute. |
type | Type of action being executed by the job step. |
value | The action value, for example the text of the T-SQL script to execute. |
Property Details
source
The source of the action to execute.
source?: string
Property Value
string
type
Type of action being executed by the job step.
type?: string
Property Value
string
value
The action value, for example the text of the T-SQL script to execute.
value: string
Property Value
string