다음을 통해 공유


IDTSObjectModel100.GetObjectByID 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Retrieves the object by ID that is contained in a data flow task.

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

구문

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

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

매개 변수

  • lID
    유형: System.Int32
    The ID of the object to retrieve.

반환 값

유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
The IDTSObject100 object with the specified ID.

참고 항목

참조

IDTSObjectModel100 인터페이스

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