Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Locates a 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 IDTSCustomProperty100
'Usage
Dim instance As IDTSCustomPropertyCollection100
Dim lID As Integer
Dim returnValue As IDTSCustomProperty100
returnValue = instance.FindObjectByID(lID)
IDTSCustomProperty100 FindObjectByID(
int lID
)
IDTSCustomProperty100^ FindObjectByID(
[InAttribute] int lID
)
abstract FindObjectByID :
lID:int -> IDTSCustomProperty100
function FindObjectByID(
lID : int
) : IDTSCustomProperty100
Parameter
- lID
Typ: System.Int32
The ID of the object to find.
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
An IDTSCustomProperty100 that represents the object.