IDTSInputColumnCollection100.FindObjectByID(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在集合中依識別碼尋找要求的物件。
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。
- 屬性