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.Sql2014
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("532796AE-7BD4-4BA8-B23A-F047F85EBFAE")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FHidden | TypeLibTypeFlags::FOleAutomation | TypeLibTypeFlags::FRestricted)]
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: