IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 新对象会被添加到集合的开头。