FindObjectByID 메서드
Locates the 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 IDTSInput100
‘사용 방법
Dim instance As IDTSInputCollection100
Dim lID As Integer
Dim returnValue As IDTSInput100
returnValue = instance.FindObjectByID(lID)
IDTSInput100 FindObjectByID(
int lID
)
IDTSInput100^ FindObjectByID(
[InAttribute] int lID
)
abstract FindObjectByID :
lID:int -> IDTSInput100
function FindObjectByID(
lID : int
) : IDTSInput100
매개 변수
- lID
유형: System. . :: . .Int32
The ID of the object to find.
반환 값
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSInput100
An IDTSInput100 that represents the object.