IDTSInputColumnCollection100.GetObjectByID(Int32) Method

Definition

Gets the IDTSInputColumn100 object having the specified ID.

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

Parameters

lID
Int32

The ID of theIDTSInputColumn100 to look for.

Returns

IDTSInputColumn100

The IDTSInputColumn100 that has the specified ID.

Attributes

Applies to