语言

IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32) 方法

定义

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ InsertInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement eInsertPlacement, int lInputID);
[System.Runtime.InteropServices.DispId(22)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 InsertInput(Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement eInsertPlacement, int lInputID);
[<System.Runtime.InteropServices.DispId(22)>]
abstract member InsertInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
Public Function InsertInput (eInsertPlacement As DTSInsertPlacement, lInputID As Integer) As IDTSInput100

参数

eInsertPlacement
DTSInsertPlacement

指定新对象是在由 lInputID指定的对象之前还是之后IDTSInput100插入。IDTSInput100

lInputID
Int32

指定一个已存在 IDTSInput100 的对象,新物件 IDTSInput100 入旁边。

返回

IDTSInput100那个被添加到了输入集合中。

属性

注解

该方法在输入对象之前或之后插入一个新 IDTSInput100 对象,该对象由 lInputID 方法中 NewAt 参数指定。

如果 inputID 等于 0,则 IDTSInput100 新对象会被添加到集合的开头。

适用于