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