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