IDTSInputCollection100.FindObjectIndexByID メソッド
コレクション内の要求されたオブジェクトのインデックスを ID によって検索します。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)
構文
'宣言
Function FindObjectIndexByID ( _
lID As Integer _
) As Integer
'使用
Dim instance As IDTSInputCollection100
Dim lID As Integer
Dim returnValue As Integer
returnValue = instance.FindObjectIndexByID(lID)
int FindObjectIndexByID(
int lID
)
int FindObjectIndexByID(
[InAttribute] int lID
)
abstract FindObjectIndexByID :
lID:int -> int
function FindObjectIndexByID(
lID : int
) : int
パラメーター
- lID
型: System.Int32
オブジェクトの ID です。
戻り値
型: System.Int32
オブジェクトのインデックスです。