IDTSInputCollection100.GetObjectByID(Int32) 메서드

정의

컬렉션에서 IDTSInputCollection100 객체를 IDTSInput100 가져옵니다.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ GetObjectByID(int lID);
[System.Runtime.InteropServices.DispId(20)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 GetObjectByID(int lID);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
Public Function GetObjectByID (lID As Integer) As IDTSInput100

매개 변수

lID
Int32

컬렉션에서 IDTSInputCollection100 가져올 수 있는 ID IDTSInput100 입니다.

반품

매개변수에 의해 IDTSInput100 지정된 ID를 가진 객체입니다InputID.

특성

설명

이 메서드는 GetObjectByID 매개변수와 InputID 일치하는 ID를 가진 입력 객체를 가져옵니다. 만약 이 ID가 없는 입력이 존재하지 않는다면, Microsoft. SqlServer.Dts.Runtime.HResults.DTS_E_OBJECTIDNOTFOUND 예외가 발생합니다.

적용 대상