RunningPackage.ExecutionDuration 属性

定义

返回一个整数,该整数指定包运行所需的时间。

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

属性值

Int32

一个整数,包含包运行的时间长度。

适用于