Bagikan melalui


CManagedComponentWrapperClass.InsertInput(DTSInsertPlacement, Int32) Metode

Definisi

IDTSInput100 Menambahkan objek ke IDTSInputCollection100 komponen.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ InsertInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement eInsertPlacement, int lInputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::InsertInput;
[System.Runtime.InteropServices.DispId(22)]
public virtual 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
override this.InsertInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
Public Overridable 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 inputID.

lInputID
Int32

Menentukan objek yang sudah ada IDTSInput100 yang baru IDTSInput100 disisipkan di sampingnya.

Mengembalikan

Objek yang baru dibuat IDTSInput100 .

Penerapan

Atribut

Keterangan

Panggil metode ini untuk menyisipkan objek baru IDTSInput100 sebelum atau sesudah objek input yang ditentukan oleh inputID parameter .

Berlaku untuk