IDTSRunningPackage100.ExecutionStartTime Property
Definition
public:
property DateTime ExecutionStartTime { DateTime get(); };
[System.Runtime.InteropServices.DispId(1610743814)]
[get: System.Runtime.InteropServices.DispId(1610743814)]
public DateTime ExecutionStartTime { 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