IDTSExternalMetadataColumnCollection100.GetObjectIndexByID(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’index d’un objet IDTSExternalMetadataColumn100 ayant l’ID spécifié.
public:
int GetObjectIndexByID(int lID);
[System.Runtime.InteropServices.DispId(21)]
public int GetObjectIndexByID (int lID);
[<System.Runtime.InteropServices.DispId(21)>]
abstract member GetObjectIndexByID : int -> int
Public Function GetObjectIndexByID (lID As Integer) As Integer
Paramètres
- lID
- Int32
Identificateur de la colonne dont l'index est récupéré.
Retours
Entier qui contient l'emplacement de l'objet IDTSExternalMetadataColumn100 dans la collection de base zéro.
- Attributs
Remarques
Si la colonne de métadonnées externes spécifiée par le paramètre n’est pas trouvée dans la lID
collection, une DTS_E_ELEMENTNOTFOUND exception se produit.