Bagikan melalui


IDTSRuntimeConnectionCollection100.GetObjectByID(Int32) Metode

Definisi

IDTSRuntimeConnection100 Mengambil objek dari koleksi.

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

Parameter

lID
Int32

ID yang akan IDTSRuntimeConnection100 diambil dari koleksi.

Mengembalikan

Objek IDTSRuntimeConnection100 dengan ID yang ditentukan.

Atribut

Keterangan

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

Berlaku untuk