IDTSRunningPackage100 Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

For more information, see RunningPackage.

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

[GuidAttribute("2628C6F3-4B28-4D7F-8947-C078DEEE5432")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSRunningPackage100

NameDescription
System_CAPS_pubpropertyExecutionDuration

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns an Integer that specifies how long the package took to run.

System_CAPS_pubpropertyExecutionStartTime

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the time that the package started running.

System_CAPS_pubpropertyInstanceID

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the unique ID associated with this instance of the running object. This field is read-only.

System_CAPS_pubpropertyPackageDescription

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns a description for the package. This field is read-only.

System_CAPS_pubpropertyPackageID

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the user name used to log on to the server.

System_CAPS_pubpropertyPackageName

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the name of the package. This property is read-only.

System_CAPS_pubpropertyUserName

This API supports the product infrastructure and is not intended to be used directly from your code.

For more information, see RunningPackage.

NameDescription
System_CAPS_pubmethodStop()

This API supports the product infrastructure and is not intended to be used directly from your code.

For more information, see RunningPackage.

Return to top
Show: