你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobStepAction 构造函数

定义

重载

JobStepAction()

初始化 JobStepAction 类的新实例。

JobStepAction(String, String, String)

初始化 JobStepAction 类的新实例。

JobStepAction()

初始化 JobStepAction 类的新实例。

public JobStepAction ();
Public Sub New ()

适用于

JobStepAction(String, String, String)

初始化 JobStepAction 类的新实例。

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

参数

value
String

操作值,例如要执行的 T-SQL 脚本的文本。

type
String

作业步骤正在执行的操作的类型。 可能的值包括:“TSql”

source
String

要执行的操作的源。 可能的值包括:“Inline”

适用于