GetObjectByID 메서드 (Int32)
Retrieves an object contained in the data flow task by using the ID of the object.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Function GetObjectByID ( _
lID As Integer _
) As IDTSObject100
‘사용 방법
Dim instance As IDTSPipeline100
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 interface of the object that is retrieved.