Share via


IDTSCustomPropertyCollection100.GetObjectIndexByID(Int32) Method

Definition

Gets the index of an IDTSCustomProperty100 object that has the specified ID.

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 custom property whose index is retrieved.

Returns

An integer that contains the ___location of the IDTSCustomProperty100 in the zero-based collection.

Attributes

Applies to