TaskCreator32 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a 32-bit task creator.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("DD7227C0-DD81-4B2A-9ED2-C7849E561C1A")> _
Public Interface TaskCreator32 _
Inherits IDTSTaskCreator100
'Usage
Dim instance As TaskCreator32
[GuidAttribute("DD7227C0-DD81-4B2A-9ED2-C7849E561C1A")]
public interface TaskCreator32 : IDTSTaskCreator100
[GuidAttribute(L"DD7227C0-DD81-4B2A-9ED2-C7849E561C1A")]
public interface class TaskCreator32 : IDTSTaskCreator100
[<GuidAttribute("DD7227C0-DD81-4B2A-9ED2-C7849E561C1A")>]
type TaskCreator32 =
interface
interface IDTSTaskCreator100
end
public interface TaskCreator32 extends IDTSTaskCreator100
The TaskCreator32 type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateTask | Infrastructure. Creates a task. (Inherited from IDTSTaskCreator100.) | |
MarshalConnections | Infrastructure. Organizes the connections. (Inherited from IDTSTaskCreator100.) |
Top