IDTSInputCollection100.FindObjectByID(Int32) Méthode

Définition

Localise l’objet demandé dans une collection grâce à son identifiant.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ FindObjectByID(int lID);
[System.Runtime.InteropServices.DispId(22)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 FindObjectByID(int lID);
[<System.Runtime.InteropServices.DispId(22)>]
abstract member FindObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
Public Function FindObjectByID (lID As Integer) As IDTSInput100

Paramètres

lID
Int32

L’ID de l’objet à trouver.

Retours

Un IDTSInput100 qui représente l’objet.

Attributs

S’applique à