Compartilhar via


Propriedade do RDL TaskHostClass.StopTime

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the time that the container ended execution.

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

Sintaxe

'Declaração
Public Overridable ReadOnly Property StopTime As DateTime 
    Get
'Uso
Dim instance As TaskHostClass 
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

Valor da propriedade

Tipo: System.DateTime
The time that the container ended execution.

Implementa

IDTSExecutionMetrics100.StopTime

Consulte também

Referência

TaskHostClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper