Compartilhar via


Propriedade do RDL RunningPackage.ExecutionStartTime

Returns the time that the package started running.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public ReadOnly Property ExecutionStartTime As DateTime 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

RunningPackage Classe

Namespace Microsoft.SqlServer.Dts.Runtime