ReplacementTask Interface

 

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

For more information, see ReplacementTaskClass.

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

[CoClassAttribute((ReplacementTaskClass^::typeid))]
[GuidAttribute("B6F6D221-FC27-4F71-B5A0-597583986C28")]
public interface class ReplacementTask : 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. (Inherited from IDTSTask100.)

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. (Inherited from IDTSTask100.)

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. (Inherited from IDTSTask100.)

Return to top
Show: