IDTSOutputColumnCollection100.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

指定在集合中检索其索引的输出列的 ID。

返回

一个 Integer,指定输出列对象的集合中的位置。

属性

注解

如果在集合中找不到输出 lID 列, DTS_E_OBJECTIDNOTFOUND 则会发生异常。

适用于