IDTSExecutionMetrics Interface
SQL Server 2012
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)
The IDTSExecutionMetrics type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
This interface is inherited by DtsContainer and subsequently passed down to all containers.
