IDTSTask100 Interface

 

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

Provides methods and properties that are called by the run-time engine to notify tasks to suspend execution.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("8266A638-4A4B-4A82-8648-F54B5B879197")]
public interface class IDTSTask100

NameDescription
System_CAPS_pubpropertyExecutionValue

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

Gets the value of the execution. This field is read-only.

NameDescription
System_CAPS_pubmethodExecute(IDTSConnections100^, IDTSVariableDispenser100^, IDTSComponentEvents100^, IDTSLogging100^, Object^)

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

Runs the task.

System_CAPS_pubmethodValidate(IDTSConnections100^, IDTSVariableDispenser100^, IDTSComponentEvents100^, IDTSLogging100^)

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

Verifies that the component is properly configured.

Return to top
Show: