IDTSOutputColumnCollection100.GetObjectIndexByID(Int32) Metodo

Definizione

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

Parametri

lID
Int32

Restituisce

Int32

Integer che specifica la posizione nella raccolta dell'oggetto colonna di output.

Attributi

Commenti

Se lID nella raccolta non è presente una colonna di output, si DTS_E_OBJECTIDNOTFOUND verificherà un'eccezione.

Si applica a