Compartilhar via


Interface IDTSExecutionMetrics

Defines the metrics used to track the execution of a container.

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

Sintaxe

'Declaração
Public Interface IDTSExecutionMetrics
'Uso
Dim instance As IDTSExecutionMetrics
public interface IDTSExecutionMetrics
public interface class IDTSExecutionMetrics
type IDTSExecutionMetrics =  interface end
public interface IDTSExecutionMetrics

O tipo IDTSExecutionMetrics expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública ExecutionDuration Returns a value that indicates the amount of time that the container spent in execution, in milliseconds. This property is read-only.
Propriedade pública StartTime Returns the time that the container began execution. This property is read-only.
Propriedade pública StopTime Returns the time that the container ended execution. This property is read-only.

Início

Comentários

This interface is inherited by DtsContainer and subsequently passed down to all containers.

Consulte também

Referência