IDTSOutputCollection100.GetObjectByID(Int32) 메서드

정의

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

매개 변수

lID
Int32

반환

지정된 ID의 IDTSOutput100 개체입니다.

특성

설명

지정된 ID가 있는 출력이 컬렉션에 없으면 Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_OBJECTNOTFOUND 예외가 throw됩니다.

적용 대상