Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Locates the requested object in a collection by its ID.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function FindObjectByID ( _
lID As Integer _
) As IDTSPath100
'Usage
Dim instance As IDTSPathCollection100
Dim lID As Integer
Dim returnValue As IDTSPath100
returnValue = instance.FindObjectByID(lID)
IDTSPath100 FindObjectByID(
int lID
)
IDTSPath100^ FindObjectByID(
[InAttribute] int lID
)
abstract FindObjectByID :
lID:int -> IDTSPath100
function FindObjectByID(
lID : int
) : IDTSPath100
Parameters
- lID
Type: System.Int32
The ID of the object to find.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100
An IDTSPath100 that represents the object.