次の方法で共有


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 です。

属性

適用対象