IDTSOutputColumnCollection100.GetObjectIndexByID(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
返回
一个 整数 ,该整数指定输出列对象在集合中的位置。
- 属性
注解
如果 lID 在集合中找不到具有的输出列,则 DTS_E_OBJECTIDNOTFOUND 会出现异常。