IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32) 方法

定義

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

參數

eInsertPlacement
DTSInsertPlacement
lInputID
Int32

傳回

新增到輸入集合的 IDTSInput100。

屬性

備註

此方法會在 NewAt 方法中參數指定的 lInputID 輸入物件之前或之後插入新的 IDTSInput100 物件。

inputID 等於零,則新增的 IDTSInput100 物件會被加入集合的開頭。

適用於