GetObjectByID 메서드
Retrieves an IDTSInput100 object from a IDTSInputCollection100 collection.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Function GetObjectByID ( _
lID As Integer _
) As IDTSInput100
‘사용 방법
Dim instance As IDTSInputCollection100
Dim lID As Integer
Dim returnValue As IDTSInput100
returnValue = instance.GetObjectByID(lID)
IDTSInput100 GetObjectByID(
int lID
)
IDTSInput100^ GetObjectByID(
[InAttribute] int lID
)
abstract GetObjectByID :
lID:int -> IDTSInput100
function GetObjectByID(
lID : int
) : IDTSInput100
매개 변수
- lID
유형: System. . :: . .Int32
The ID of the IDTSInput100 to retrieve from the IDTSInputCollection100 collection.
반환 값
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSInput100
The IDTSInput100 object that has the ID specified by the InputID parameter.
주의
The GetObjectByID method retrieves the input object with the ID matching the InputID parameter. If an input does not exist with this ID, a Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_OBJECTIDNOTFOUND exception occurs.