Share via


IDTSCustomPropertyCollection100.GetObjectByID(Int32) 메서드

정의

지정된 ID의 IDTSCustomPropertyCollection100 개체를 가져옵니다.

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

매개 변수

lID
Int32

컬렉션에서 검색할 사용자 지정 속성의 ID입니다.

반환

지정된 ID 값을 갖는 IDTSCustomProperty100 개체입니다.

특성

적용 대상