TaskCreator32 Interface

 

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

Represents a 32-bit task creator.

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

[GuidAttribute("DD7227C0-DD81-4B2A-9ED2-C7849E561C1A")]
[CoClassAttribute((TaskCreator32Class^::typeid))]
public interface class TaskCreator32 : 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. (Inherited from IDTSTaskCreator100.)

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

Return to top
Show: