IDTSInputCollection100.FindObjectByID(Int32) Method

Definition

Locates the requested object in a collection by its 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

Parameters

lID
Int32

The ID of the object to find.

Returns

An IDTSInput100 that represents the object.

Attributes

Applies to