IDTSRuntimeConnectionCollection100.GetObjectIndexByID(Int32) 方法

定义

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

参数

lID
Int32

返回

索引中项的位置。

属性

注解

GetObjectIndexByID 方法检索具有指定 ID 的运行时连接的集合中的索引。 如果在集合中找不到具有指定 ID 的对象, DTS_E_OBJECTNOTINHASHTABLE 则会发生异常。

适用于