다음을 통해 공유


IDTSExternalMetadataColumnCollection100.GetObjectIndexByID(Int32) 메서드

정의

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

반환

컬렉션에 있는 IDTSExternalMetadataColumn100의 위치(0부터 시작)를 포함하는 정수입니다.

특성

설명

매개 변수로 지정된 lID 외부 메타데이터 열이 컬렉션에 없으면 예외가 DTS_E_ELEMENTNOTFOUND 발생합니다.

적용 대상