IDTSExternalMetadataColumnCollection100.FindObjectIndexByID(Int32) 方法

定义

按照其 ID 在集合中定位对象的索引。

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

参数

lID
Int32

对象的 ID。

返回

对象的索引。

属性

适用于