IDTSExternalMetadataColumnCollection100.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 un objet IDTSExternalMetadataColumn100 associé à l'ID spécifié.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSExternalMetadataColumn100 ^ GetObjectByID(int lID);
[System.Runtime.InteropServices.DispId(20)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100 GetObjectByID (int lID);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100
Public Function GetObjectByID (lID As Integer) As IDTSExternalMetadataColumn100
Paramètres
- lID
- Int32
ID de la colonne à récupérer.
Retours
Objet IDTSExternalMetadataColumn100 dont sa propriété ID correspond à la valeur spécifiée.
- Attributs
Remarques
Si la collection ne contient pas d’objet IDTSExternalMetadataColumn100 avec la valeur de propriété ID spécifiée, une DTS_E_OBJECTIDNOTFOUND exception se produit.