MainPipeClass.GetObjectByID(Int32) 메서드

정의

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

매개 변수

lID
Int32

반환

검색된 개체의 IDTSObject100 인터페이스입니다.

구현

특성

설명

지정된 ID를 가진 개체를 찾을 수 없으면 예외가 DTS_E_OBJECTIDNOTFOUND throw됩니다.

적용 대상