IDTSRuntimeConnectionCollection100.GetObjectByID(Int32) 메서드

정의

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

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

매개 변수

lID
Int32

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

반품

지정된 ID를 가진 객체입니다 IDTSRuntimeConnection100 .

특성

설명

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

적용 대상