MainPipeClass.GetObjectByID(Int32) 메서드

정의

데이터 흐름 작업에 포함된 객체를 검색합니다.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100 ^ GetObjectByID(int lID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPipeline100::GetObjectByID;
[System.Runtime.InteropServices.DispId(14)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100 GetObjectByID(int lID);
[<System.Runtime.InteropServices.DispId(14)>]
abstract member GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
override this.GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
Public Overridable Function GetObjectByID (lID As Integer) As IDTSObject100

매개 변수

lID
Int32

회수할 객체의 ID입니다.

반품

IDTSObject100 검색되는 객체의 인터페이스입니다.

구현

특성

설명

지정된 ID를 가진 객체를 찾지 못하면 예외가 DTS_E_OBJECTIDNOTFOUND 던집니다.

적용 대상