Share via


IDTSCustomPropertyCollection100.FindObjectByID 메서드

Locates a requested object in a collection by its ID.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Function FindObjectByID ( _
    lID As Integer _
) As IDTSCustomProperty100
‘사용 방법
Dim instance As IDTSCustomPropertyCollection100 
Dim lID As Integer 
Dim returnValue As IDTSCustomProperty100 

returnValue = instance.FindObjectByID(lID)
IDTSCustomProperty100 FindObjectByID(
    int lID
)
IDTSCustomProperty100^ FindObjectByID(
    [InAttribute] int lID
)
abstract FindObjectByID : 
        lID:int -> IDTSCustomProperty100
function FindObjectByID(
    lID : int
) : IDTSCustomProperty100

매개 변수

반환 값

유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
An IDTSCustomProperty100 that represents the object.

참고 항목

참조

IDTSCustomPropertyCollection100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스