JobStepAction Class
The action to be executed by a job step.
All required parameters must be populated in order to send to server.
Constructor
JobStepAction(*, value: str, type: str | _models.JobStepActionType = 'TSql', source: str | _models.JobStepActionSource = 'Inline', **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
type
|
Type of action being executed by the job step. "TSql" Default value: TSql
|
|
source
|
The source of the action to execute. "Inline" Default value: Inline
|
|
value
|
The action value, for example the text of the T-SQL script to execute. Required. |
Variables
| Name | Description |
|---|---|
|
type
|
Type of action being executed by the job step. "TSql" |
|
source
|
The source of the action to execute. "Inline" |
|
value
|
The action value, for example the text of the T-SQL script to execute. Required. |