IDTSCustomPropertyCollection100.FindObjectByID(Int32) 方法

定義

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

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

參數

lID
Int32

要尋找之物件的識別碼。

傳回

IDTSCustomProperty100

代表物件的 IDTSCustomProperty100

屬性

適用於