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.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[GuidAttribute("0C076225-596B-45F6-AEE3-15BABAB8A95C")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[DefaultMemberAttribute("StartTime")]
public interface class IDTSExecutionMetrics100

NameDescription
System_CAPS_pubpropertyExecutionDuration

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.

System_CAPS_pubpropertyStartTime

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.

System_CAPS_pubpropertyStopTime

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.

Return to top
Show: