IDTSExternalMetadataColumnCollection100.FindObjectByID(Int32) Method

Definition

Locates an object in the collection by its ID.

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

Parameters

lID
Int32

The ID of the object.

Returns

An IDTSExternalMetadataColumn100 that represents the object.

Attributes

Applies to