IDTSCustomPropertyCollection100.GetObjectIndexByID(Int32) メソッド

定義

指定されたIDを持つ IDTSCustomProperty100 オブジェクトのインデックスを取得します。

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

返品

ゼロ基底コレクションにおける IDTSCustomProperty100 の位置を含む整数。

属性

適用対象