IDTSVirtualInputColumnCollection100.GetObjectIndexByID(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内の 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
取得されるインデックスのID IDTSVirtualInputColumn100 。
返品
コレクション内の IDTSVirtualInputColumn100 の位置を指定する整数です。
- 属性