RunningPackage.ExecutionDuration プロパティ

定義

パッケージの実行に要した時間を示す整数型 (Integer) の値を返します。

public:
 property int ExecutionDuration { int get(); };
public int ExecutionDuration { get; }
member this.ExecutionDuration : int
Public ReadOnly Property ExecutionDuration As Integer

プロパティ値

パッケージが実行された時間の長さを含む整数。

適用対象