IDTSPipeline100.GetObjectByID(Int32) 메서드

정의

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

매개 변수

lID
Int32

반환

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

구현

특성

설명

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

적용 대상