RunningPackage.ExecutionStartTime Property

Definition

Returns the time that the package started running.

public:
 property DateTime ExecutionStartTime { DateTime get(); };
public DateTime ExecutionStartTime { get; }
member this.ExecutionStartTime : DateTime
Public ReadOnly Property ExecutionStartTime As DateTime

Property Value

A DateTime value that indicates when the package started.

Applies to