This topic has not yet been rated - Rate this topic

IDTSExecutionMetrics Interface

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public interface IDTSExecutionMetrics

The IDTSExecutionMetrics type exposes the following members.

  Name Description
Public property ExecutionDuration Returns a value that indicates the amount of time that the container spent in execution, in milliseconds. This property is read-only.
Public property StartTime Returns the time that the container began execution. This property is read-only.
Public property StopTime Returns the time that the container ended execution. This property is read-only.
Top

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

Did you find this helpful?
(1500 characters remaining)