IDTSInputColumnCollection100.FindObjectByID(Int32) 方法

定義

在集合中依識別碼尋找要求的物件。

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

參數

lID
Int32

物件的 ID。

傳回

IDTSInputColumn100

代表物件的 IDTSInputColumn100

屬性

適用於