IDTSRunningPackage100.ExecutionStartTime 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 DateTime ExecutionStartTime { DateTime get(); };
[System.Runtime.InteropServices.DispId(1610743814)]
public DateTime ExecutionStartTime { [System.Runtime.InteropServices.DispId(1610743814)] get; }
[<System.Runtime.InteropServices.DispId(1610743814)>]
[<get: System.Runtime.InteropServices.DispId(1610743814)>]
member this.ExecutionStartTime : DateTime
Public ReadOnly Property ExecutionStartTime As DateTime
Property Value
A DateTime value that indicates when the package started.
- Attributes