IDTSExternalMetadataColumnCollection100.GetObjectByID 메서드

Gets an IDTSExternalMetadataColumn100 object that has the specified ID.

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

구문

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

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

매개 변수

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

반환 값

유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100
The IDTSExternalMetadataColumn100 object having the specified value for its ID property.

주의

If the collection does not contain an IDTSExternalMetadataColumn100 object with the specified ID property value, a DTS_E_OBJECTIDNOTFOUND exception occurs.

참고 항목

참조

IDTSExternalMetadataColumnCollection100 인터페이스

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