IDTSRunningPackage100.ExecutionDuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property int ExecutionDuration { int get(); };
[System.Runtime.InteropServices.DispId(1610743815)]
public int ExecutionDuration { [System.Runtime.InteropServices.DispId(1610743815)] 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