Propriété RunningPackage.ExecutionStartTime
Returns the time that the package started running.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ExecutionStartTime As DateTime
Get
'Utilisation
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
Valeur de propriété
Type : System.DateTime
A DateTime value that indicates when the package started.