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

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("DD7227C0-DD81-4B2A-9ED2-C7849E561C1A")]
[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: