IDTSExecutionMetrics Members

Include Protected Members
Include Inherited Members

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

The IDTSExecutionMetrics type exposes the following members.

Properties

  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