IDTSOutputCollection100.GetObjectByID(Int32) Metode

Definisi

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

Parameter

lID
Int32

Mengembalikan

Objek IDTSOutput100 yang memiliki ID yang ditentukan.

Atribut

Keterangan

Jika output dengan ID yang ditentukan tidak ditemukan dalam koleksi, pengecualian Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_OBJECTNOTFOUND akan dilemparkan.

Berlaku untuk