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.

특성

적용 대상