次の方法で共有


IDTSVirtualInputColumnCollection100.GetObjectIndexByID(Int32) メソッド

定義

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

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

インデックスを取得する IDTSVirtualInputColumn100 の ID です。

戻り値

コレクション内の場所 IDTSVirtualInputColumn100 を指定する整数。

属性

適用対象