Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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 IDTSInputColumn100
'Usage
Dim instance As IDTSInputColumnCollection100
Dim lID As Integer
Dim returnValue As IDTSInputColumn100
returnValue = instance.FindObjectByID(lID)
IDTSInputColumn100 FindObjectByID(
int lID
)
IDTSInputColumn100^ FindObjectByID(
[InAttribute] int lID
)
abstract FindObjectByID :
lID:int -> IDTSInputColumn100
function FindObjectByID(
lID : int
) : IDTSInputColumn100
Parameters
- lID
Type: System.Int32
The ID of the object.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
An IDTSInputColumn100 that represents the object.