IDTSInputCollection100.GetObjectByID(Int32) Metode

Definisi

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

Parameter

lID
Int32

Mengembalikan

Objek IDTSInput100 yang memiliki ID yang ditentukan oleh InputID parameter .

Atribut

Keterangan

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

Berlaku untuk