IDTSComponentMetaDataCollection100.GetObjectIndexByID(Int32) Method

Definition

Retrieves the location in an IDTSComponentMetaDataCollection100 collection of an IDTSComponentMetaData100 object.

public:
 int GetObjectIndexByID(int lID);
[System.Runtime.InteropServices.DispId(21)]
public int GetObjectIndexByID (int lID);
[<System.Runtime.InteropServices.DispId(21)>]
abstract member GetObjectIndexByID : int -> int
Public Function GetObjectIndexByID (lID As Integer) As Integer

Parameters

lID
Int32

The ID of the IDTSComponentMetaData100 object whose location in the collection is retrieved.

Returns

An Integer that contains the location in the IDTSComponentMetaDataCollection100 of the IDTSComponentMetaData100 object.

Attributes

Applies to