IDTSInputColumnCollection100.FindObjectByID(Int32) 方法

定义

按照其 ID 在集合中定位所请求的对象。

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

属性

适用于