Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a task creator class.
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 TaskCreator64 _
Inherits IDTSTaskCreator100
'Usage
Dim instance As TaskCreator64
[GuidAttribute("DD7227C0-DD81-4B2A-9ED2-C7849E561C1A")]
public interface TaskCreator64 : IDTSTaskCreator100
[GuidAttribute(L"DD7227C0-DD81-4B2A-9ED2-C7849E561C1A")]
public interface class TaskCreator64 : IDTSTaskCreator100
[<GuidAttribute("DD7227C0-DD81-4B2A-9ED2-C7849E561C1A")>]
type TaskCreator64 =
interface
interface IDTSTaskCreator100
end
public interface TaskCreator64 extends IDTSTaskCreator100
The TaskCreator64 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
.gif)