Interfaccia IDTSExecutionMetrics

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

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

Sintassi

'Dichiarazione
Public Interface IDTSExecutionMetrics
'Utilizzo
Dim instance As IDTSExecutionMetrics
public interface IDTSExecutionMetrics
public interface class IDTSExecutionMetrics
type IDTSExecutionMetrics =  interface end
public interface IDTSExecutionMetrics

Nel tipo IDTSExecutionMetrics sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ExecutionDuration Returns a value that indicates the amount of time that the container spent in execution, in milliseconds. This property is read-only.
Proprietà pubblica StartTime Returns the time that the container began execution. This property is read-only.
Proprietà pubblica StopTime Returns the time that the container ended execution. This property is read-only.

In alto

Osservazioni

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

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime