IDTSTaskCreator100 Interface

 

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

Represents an interface for the creator of a task.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FHidden | TypeLibTypeFlags::FOleAutomation | TypeLibTypeFlags::FRestricted)]
[GuidAttribute("388248E5-19CA-4F73-A4C7-144923DBE6F0")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSTaskCreator100

NameDescription
System_CAPS_pubmethodCreateTask(String^, String^, IDTSBreakpointManager100^, IDTSInfoEvents100^, UInt32%, IDTSTask100^%)

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

System_CAPS_pubmethodMarshalConnections(IDTSConnections100^, IDTSConnections100^%)

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

Return to top
Show: