IDTSOutputColumnCollection100.GetObjectIndexByID(Int32) Méthode

Définition

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

Retours

Entier qui spécifie l’emplacement dans la collection de l’objet de colonne de sortie.

Attributs

Remarques

Si une colonne lID de sortie est introuvable dans la collection, une DTS_E_OBJECTIDNOTFOUND exception se produit.

S’applique à