IDTSVirtualInputColumnCollection100.GetObjectIndexByID(Int32) 方法

定义

获取集合中 IDTSVirtualInputColumn100 对象的索引。

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

检索其索引的 IDTSVirtualInputColumn100 的 ID。

返回

一个整数,指定集合中的位置 IDTSVirtualInputColumn100

属性

适用于