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 an interface for the creator of a task.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("DD7227C0-DD81-4B2A-9ED2-C7849E561C1A")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSTaskCreator100
'Usage
Dim instance As IDTSTaskCreator100
[GuidAttribute("DD7227C0-DD81-4B2A-9ED2-C7849E561C1A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSTaskCreator100
[GuidAttribute(L"DD7227C0-DD81-4B2A-9ED2-C7849E561C1A")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSTaskCreator100
[<GuidAttribute("DD7227C0-DD81-4B2A-9ED2-C7849E561C1A")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSTaskCreator100 = interface end
public interface IDTSTaskCreator100
The IDTSTaskCreator100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CreateTask | Infrastructure. Creates a task. |
![]() |
MarshalConnections | Infrastructure. Organizes the connections. |
Top