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

傳回

Int32

整數,指定輸出資料行物件集合中的位置。

屬性

備註

如果在集合中找不到具有的輸出資料行 lIDDTS_E_OBJECTIDNOTFOUND 就會發生例外狀況。

適用於