IDTSOutputCollection100.FindObjectByID Method
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 IDTSOutput100
'Usage
Dim instance As IDTSOutputCollection100
Dim lID As Integer
Dim returnValue As IDTSOutput100
returnValue = instance.FindObjectByID(lID)
IDTSOutput100 FindObjectByID(
int lID
)
IDTSOutput100^ FindObjectByID(
[InAttribute] int lID
)
abstract FindObjectByID :
lID:int -> IDTSOutput100
function FindObjectByID(
lID : int
) : IDTSOutput100
Parameters
- lID
Type: System.Int32
The ID of the object.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
An IDTSOutput100 that represents the object.