Méthode IDTSComponentMetaDataCollection100.FindObjectByID
Locates a requested object in the collection by its ID.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Function FindObjectByID ( _
lID As Integer _
) As IDTSComponentMetaData100
'Utilisation
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
Paramètres
- lID
Type : System.Int32
The ID of the object.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
An IDTSComponentMetaData100 that represents the object.