IDTSRuntimeConnectionCollection100.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

戻り値

インデックス内での項目の場所です。

属性

注釈

GetObjectIndexByID メソッドは、指定した ID を持つランタイム接続のコレクション内のインデックスを取得します。 指定した ID を持つオブジェクトがコレクションに見つからない場合は、 DTS_E_OBJECTNOTINHASHTABLE 例外が発生します。

適用対象