Condividi tramite


Proprietà RunningPackage.ExecutionStartTime

Returns the time that the package started running.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ExecutionStartTime As DateTime 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.DateTime
A DateTime value that indicates when the package started.

Vedere anche

Riferimento

RunningPackage Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime