Condividi tramite


IDTSExternalMetadataColumnCollection100.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

Valore intero contenente la posizione dell'oggetto IDTSExternalMetadataColumn100 nella raccolta in base zero.

Attributi

Commenti

Se la colonna di metadati esterna specificata dal lID parametro non viene trovata nella raccolta, si verifica un'eccezione DTS_E_ELEMENTNOTFOUND .

Si applica a