IDTSExecutionMetrics100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines the metrics used to track the execution of a container.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | ExecutionDuration | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a value that indicates the amount of time that the container spent in execution, in milliseconds. This property is read-only. |
![]() | StartTime | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the time that the container began execution. This property is read-only. |
![]() | StopTime | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the time that the container ended execution. This property is read-only. |
For more information, see IDTSExecutionMetrics.
