IDTSInputCollection100.GetObjectByID(Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
컬렉션에서 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 예외가 발생합니다.