Bagikan melalui


PipelineComponent.InsertInput(DTSInsertPlacement, Int32) Metode

Definisi

Penting

API ini bukan kompatibel CLS.

IDTSInput100 Menambahkan objek ke IDTSInputCollection100.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ InsertInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement insertPlacement, int inputID);
[System.CLSCompliant(false)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 InsertInput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement insertPlacement, int inputID);
[<System.CLSCompliant(false)>]
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 (insertPlacement As DTSInsertPlacement, inputID As Integer) As IDTSInput100

Parameter

insertPlacement
DTSInsertPlacement

Menentukan apakah akan menyisipkan objek baru IDTSInput100 sebelum atau sesudah IDTSInput100 objek yang ditentukan oleh inputID.

inputID
Int32

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

Mengembalikan

Objek yang baru dibuat IDTSInput100 .

Atribut

Keterangan

Metode ini menyisipkan objek baru IDTSInput100 sebelum atau sesudah objek input yang ditentukan oleh inputID parameter selama NewAt metode .

Jika inputID sama dengan nol, objek baru IDTSInput100 ditambahkan di awal koleksi.

Berlaku untuk