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

已加入至輸入集合的 IDTSInput100

屬性

備註

這個方法會IDTSInput100 lInputIDNewAt方法中的參數所指定的輸入物件之前或之後,插入新的 IDTSInput100 物件。

如果 inputID 等於零,則新的 IDTSInput100 物件會加入至集合的開頭。

適用於