IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
IDTSInput100 Menambahkan objek ke IDTSInputCollection100.
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
Parameter
- eInsertPlacement
- DTSInsertPlacement
Menentukan apakah akan menyisipkan objek baru IDTSInput100 sebelum atau sesudah IDTSInput100 objek yang ditentukan oleh lInputID.
- lInputID
- Int32
Menentukan objek yang sudah ada IDTSInput100 yang baru IDTSInput100 disisipkan di sampingnya.
Mengembalikan
IDTSInput100 yang ditambahkan ke koleksi input.
- Atribut
Keterangan
Metode ini menyisipkan objek baru IDTSInput100 sebelum atau sesudah objek input yang ditentukan oleh lInputID parameter dalam NewAt metode .
Jika inputID sama dengan nol, objek baru IDTSInput100 ditambahkan di awal koleksi.