Compartir a través de


CManagedComponentWrapperClass.DeleteInput(Int32) Método

Definición

Elimina un objeto IDTSInput100 de la colección IDTSInputCollection100.

public:
 virtual void DeleteInput(int lInputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::DeleteInput;
[System.Runtime.InteropServices.DispId(24)]
public virtual void DeleteInput (int lInputID);
[<System.Runtime.InteropServices.DispId(24)>]
abstract member DeleteInput : int -> unit
override this.DeleteInput : int -> unit
Public Overridable Sub DeleteInput (lInputID As Integer)

Parámetros

lInputID
Int32

El id. del objeto IDTSInput100 que se va a eliminar.

Implementaciones

Atributos

Comentarios

Llame a este método para eliminar un elemento IDTSInput100 del componente.

Se aplica a