IDTSInputCollection100.RemoveObjectByID(Int32) Metodo

Definizione

public:
 void RemoveObjectByID(int lID);
[System.Runtime.InteropServices.DispId(17)]
public void RemoveObjectByID (int lID);
[<System.Runtime.InteropServices.DispId(17)>]
abstract member RemoveObjectByID : int -> unit
Public Sub RemoveObjectByID (lID As Integer)

Parametri

lID
Int32
Attributi

Commenti

Il Metodo RemoveObjectByID Elimina dall'insieme l'oggetto di input con l'ID specificato. Se non esiste un input con l'ID specificato, DTS_E_INVALIDINDEX viene generata un'eccezione.

Si applica a