IDTSExternalMetadataColumnCollection100.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
傳回
在以零為基底的集合中包含 IDTSExternalMetadataColumn100 之位置的整數。
- 屬性
備註
如果在集合中找不到參數所指定的外部中繼資料行 lID , DTS_E_ELEMENTNOTFOUND 就會發生例外狀況。