IDTSRunningPackage100.ExecutionDuration Property
Definition
public:
property int ExecutionDuration { int get(); };
[System.Runtime.InteropServices.DispId(1610743815)]
[get: System.Runtime.InteropServices.DispId(1610743815)]
public int ExecutionDuration { get; }
[<System.Runtime.InteropServices.DispId(1610743815)>]
[<get: System.Runtime.InteropServices.DispId(1610743815)>]
member this.ExecutionDuration : int
Public ReadOnly Property ExecutionDuration As Integer
Property Value
一个 整数 ,包含包运行的时间长度。An Integer that contains the length of time that the package ran.
- Attributes