次の方法で共有


SqlServerJobStepData.StepId プロパティ

定義

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

public int? StepId { get; set; }
member this.StepId : Nullable<int> with get, set
Public Property StepId As Nullable(Of Integer)

プロパティ値

適用対象