Share via


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의 위치(0부터 시작)를 포함하는 정수입니다.

특성

적용 대상