Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.