IDTSInputCollection100.GetObjectIndexByID(Int32) メソッド

定義

コレクション内の IDTSInput100 オブジェクトのインデックスを取得します。

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 です。

戻り値

インデックス内の項目の場所を示す整数。

属性

注釈

GetObjectIndexByID メソッドは、lID パラメーターで指定した ID を持つ入力の入力コレクションのインデックスを取得します。 指定した ID を持つ入力がコレクション内に見つからない場合、Microsoft.SqlServer.Dts.HResults.DTS_E_OBJECTNOTINHASHTABLE 例外が発生します。

適用対象