IDTSInputCollection100.FindObjectByID(Int32) 方法

定义

通过 ID 在集合中定位请求对象。

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

参数

lID
Int32

要找的对象身份。

返回

一个 IDTSInput100 代表对象的。

属性

适用于