IDTSRuntimeConnectionCollection100.FindObjectIndexByID(Int32) 메서드

정의

컬렉션에서 요청된 개체의 인덱스를 해당 ID로 찾습니다.

public:
 int FindObjectIndexByID(int lID);
[System.Runtime.InteropServices.DispId(23)]
public int FindObjectIndexByID (int lID);
[<System.Runtime.InteropServices.DispId(23)>]
abstract member FindObjectIndexByID : int -> int
Public Function FindObjectIndexByID (lID As Integer) As Integer

매개 변수

lID
Int32

인덱스를 찾을 개체의 ID입니다.

반환

개체의 인덱스입니다.

특성

적용 대상