Udostępnij za pośrednictwem


JobStepAction Constructors

Definition

Overloads

JobStepAction()

Initializes a new instance of the JobStepAction class.

JobStepAction(String, JobStepActionType, JobStepActionSource)

Initializes a new instance of the JobStepAction class.

JobStepAction()

Initializes a new instance of the JobStepAction class.

public JobStepAction ();
Public Sub New ()

Applies to

JobStepAction(String, JobStepActionType, JobStepActionSource)

Initializes a new instance of the JobStepAction class.

public JobStepAction (string value, Microsoft.Azure.Management.Sql.Fluent.Models.JobStepActionType type = default, Microsoft.Azure.Management.Sql.Fluent.Models.JobStepActionSource source = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.JobStepAction : string * Microsoft.Azure.Management.Sql.Fluent.Models.JobStepActionType * Microsoft.Azure.Management.Sql.Fluent.Models.JobStepActionSource -> Microsoft.Azure.Management.Sql.Fluent.Models.JobStepAction
Public Sub New (value As String, Optional type As JobStepActionType = Nothing, Optional source As JobStepActionSource = Nothing)

Parameters

value
String

The action value, for example the text of the T-SQL script to execute.

type
JobStepActionType

Type of action being executed by the job step. Possible values include: 'TSql'

source
JobStepActionSource

The source of the action to execute. Possible values include: 'Inline'

Applies to