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.Sql2014
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("AA6FB6D5-889B-4718-A9C7-2962B8F02296")]
[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: