Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 IDTSOutputColumn100
'Usage
Dim instance As IDTSOutputColumnCollection100
Dim lID As Integer
Dim returnValue As IDTSOutputColumn100
returnValue = instance.FindObjectByID(lID)
IDTSOutputColumn100 FindObjectByID(
int lID
)
IDTSOutputColumn100^ FindObjectByID(
[InAttribute] int lID
)
abstract FindObjectByID :
lID:int -> IDTSOutputColumn100
function FindObjectByID(
lID : int
) : IDTSOutputColumn100
Parameters
- lID
Type: System.Int32
The ID of the object to find.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100
An IDTSOutputColumn100 that represents the object.