Proprietà PackageClass.StopTime

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the time when the package stops execution.

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

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property StopTime As DateTime 
    Get
'Utilizzo
Dim instance As PackageClass 
Dim value As DateTime 

value = instance.StopTime
public virtual DateTime StopTime { get; }
public:
virtual property DateTime StopTime {
    DateTime get ();
}
abstract StopTime : DateTime 
override StopTime : DateTime
function get StopTime () : DateTime

Valore proprietà

Tipo: System.DateTime
The time when the package stops execution.

Implementa

IDTSExecutionMetrics100.StopTime

Osservazioni

For more information, see Package.

Vedere anche

Riferimento

PackageClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper