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