IDTSPathCollection100.GetObjectByID(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'objet IDTSPathCollection100 associé à l'ID spécifié.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPath100 ^ GetObjectByID(int lID);
[System.Runtime.InteropServices.DispId(20)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100 GetObjectByID (int lID);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100
Public Function GetObjectByID (lID As Integer) As IDTSPath100
Paramètres
- lID
- Int32
ID de l'objet IDTSPath100 à extraire de la collection.
Retours
Retourne l'objet IDTSPath100 associé à l'ID spécifié.
- Attributs