Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the time that the package started running.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property ExecutionStartTime As DateTime
Get
'Usage
Dim instance As RunningPackage
Dim value As DateTime
value = instance.ExecutionStartTime
public DateTime ExecutionStartTime { get; }
public:
property DateTime ExecutionStartTime {
DateTime get ();
}
member ExecutionStartTime : DateTime
function get ExecutionStartTime () : DateTime
Property Value
Type: System.DateTime
A DateTime value that indicates when the package started.