TaskCreator32Class Class

 

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

Represents a 32-bit task creator class.

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

System::Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012::TaskCreator32Class

[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute("1768444A-A60F-4B95-80ED-44E7AB680B4D")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate)]
public ref class TaskCreator32Class : IDTSTaskCreator100, TaskCreator32

NameDescription
System_CAPS_pubmethodTaskCreator32Class()

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

Initializes a new instance of the TaskCreator32Class class.

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_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

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.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: