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

戻り値

出力列オブジェクトのコレクション内の場所を指定する整数型 ( Integer ) の値です。

属性

注釈

を持つ lID 出力列がコレクション内に見つからない場合は、 DTS_E_OBJECTIDNOTFOUND 例外が発生します。

適用対象