Condividi tramite


Proprietà ForLoopClass.StopTime

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

Returns the time that the container ended execution. This property is read-only.

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 ForLoopClass 
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
A DateTime value that indicates when the container completed.

Implementa

IDTSExecutionMetrics100.StopTime

Vedere anche

Riferimento

ForLoopClass Classe

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