IDTSExecutionMetrics Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the metrics used to track the execution of a container.
public interface class IDTSExecutionMetrics
public interface IDTSExecutionMetrics
type IDTSExecutionMetrics = interface
Public Interface IDTSExecutionMetrics
- Derived
Remarks
This interface is inherited by DtsContainer and subsequently passed down to all containers.
Properties
ExecutionDuration |
Returns a value that indicates the amount of time that the container spent in execution, in milliseconds. This property is read-only. |
StartTime |
Returns the time that the container began execution. This property is read-only. |
StopTime |
Returns the time that the container ended execution. This property is read-only. |