IDTSTask100 Interface

 

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

Defines a property and methods for all the tasks in Integration Services.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("DCF32FF5-2979-4850-AB9A-3B2ACDE318DC")]
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.

For more information, see Task.

Return to top
Show: