다음을 통해 공유


GetObjectByID 메서드

Gets the IDTSPathCollection100 object that has the specified ID.

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

구문

‘선언
Function GetObjectByID ( _
    lID As Integer _
) As IDTSPath100
‘사용 방법
Dim instance As IDTSPathCollection100
Dim lID As Integer
Dim returnValue As IDTSPath100

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

매개 변수

반환 값

형식: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSPath100
Returns the IDTSPath100 object that has the specified ID.