次の方法で共有


JobStep.StepId プロパティ

定義

ジョブ内のジョブ ステップのインデックスを取得または設定します。 ジョブ ステップの作成時に指定しない場合は、最後のステップとして作成されます。 ジョブ ステップの更新時に指定しない場合、ステップ ID は変更されません。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.stepId")]
public int? StepId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.stepId")>]
member this.StepId : Nullable<int> with get, set
Public Property StepId As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象