IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32) 方法

定义

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

参数

eInsertPlacement
DTSInsertPlacement
lInputID
Int32

返回

已添加到输入集合的 IDTSInput100

属性

注解

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

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

适用于