MainPipeClass.GetObjectByID(Int32) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mengambil objek yang terkandung dalam tugas aliran data.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100 ^ GetObjectByID(int lID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPipeline100::GetObjectByID;
[System.Runtime.InteropServices.DispId(14)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100 GetObjectByID (int lID);
[<System.Runtime.InteropServices.DispId(14)>]
abstract member GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
override this.GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
Public Overridable Function GetObjectByID (lID As Integer) As IDTSObject100
Parameter
- lID
- Int32
ID objek yang akan diambil.
Mengembalikan
Antarmuka IDTSObject100 objek yang diambil.
Penerapan
- Atribut
Keterangan
Jika objek dengan ID yang ditentukan tidak ditemukan, DTS_E_OBJECTIDNOTFOUND pengecualian akan dilemparkan.