Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.