Bagikan melalui


IDTSInputCollection100.GetObjectByID(Int32) Metode

Definisi

IDTSInput100 Mengambil objek dari IDTSInputCollection100 koleksi.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ GetObjectByID(int lID);
[System.Runtime.InteropServices.DispId(20)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 GetObjectByID (int lID);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
Public Function GetObjectByID (lID As Integer) As IDTSInput100

Parameter

lID
Int32

ID yang akan IDTSInput100 diambil dari IDTSInputCollection100 koleksi.

Mengembalikan

Objek IDTSInput100 yang memiliki ID yang ditentukan oleh InputID parameter .

Atribut

Keterangan

Metode mengambil GetObjectByID objek input dengan ID yang cocok dengan InputID parameter . Jika input tidak ada dengan ID ini, pengecualian Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_OBJECTIDNOTFOUND terjadi.

Berlaku untuk