JobStepAction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The action to be executed by a job step.
public class JobStepAction
type JobStepAction = class
Public Class JobStepAction
- Inheritance
-
JobStepAction
Constructors
JobStepAction() |
Initializes a new instance of the JobStepAction class. |
JobStepAction(String, String, String) |
Initializes a new instance of the JobStepAction class. |
Properties
Source |
Gets or sets the source of the action to execute. Possible values include: 'Inline' |
Type |
Gets or sets type of action being executed by the job step. Possible values include: 'TSql' |
Value |
Gets or sets the action value, for example the text of the T-SQL script to execute. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET