TaskCreator32 接口

定义

表示 32 位任务创建者。

public interface class TaskCreator32 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSTaskCreator100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.TaskCreator32Class))]
[System.Runtime.InteropServices.Guid("388248E5-19CA-4F73-A4C7-144923DBE6F0")]
public interface TaskCreator32 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTaskCreator100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.TaskCreator32Class))]
[System.Runtime.InteropServices.Guid("E401F1D7-8859-4772-876A-9607EF76C9C2")]
public interface TaskCreator32 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTaskCreator100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.TaskCreator32Class))]
[System.Runtime.InteropServices.Guid("573B2D8E-6380-422A-ACA7-BBFA12847FFA")]
public interface TaskCreator32 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTaskCreator100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.TaskCreator32Class))>]
[<System.Runtime.InteropServices.Guid("388248E5-19CA-4F73-A4C7-144923DBE6F0")>]
type TaskCreator32 = interface
    interface IDTSTaskCreator100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.TaskCreator32Class))>]
[<System.Runtime.InteropServices.Guid("E401F1D7-8859-4772-876A-9607EF76C9C2")>]
type TaskCreator32 = interface
    interface IDTSTaskCreator100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.TaskCreator32Class))>]
[<System.Runtime.InteropServices.Guid("573B2D8E-6380-422A-ACA7-BBFA12847FFA")>]
type TaskCreator32 = interface
    interface IDTSTaskCreator100
Public Interface TaskCreator32
Implements IDTSTaskCreator100
派生
属性
实现

方法

CreateTask(String, String, IDTSBreakpointManager100, IDTSInfoEvents100, UInt32, IDTSTask100)

创建一个任务。

(继承自 IDTSTaskCreator100)
MarshalConnections(IDTSConnections100, IDTSConnections100)

组织连接。

(继承自 IDTSTaskCreator100)

适用于