次の方法で共有


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'

適用対象