Compartir a través de


IDTSDesigntimeComponent100.DeleteInput Método

Deletes an IDTSInput100 object from the IDTSInputCollection100 collection.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Sub DeleteInput ( _
    lInputID As Integer _
)
'Uso
Dim instance As IDTSDesigntimeComponent100 
Dim lInputID As Integer

instance.DeleteInput(lInputID)
void DeleteInput(
    int lInputID
)
void DeleteInput(
    [InAttribute] int lInputID
)
abstract DeleteInput : 
        lInputID:int -> unit
function DeleteInput(
    lInputID : int
)

Parámetros

Comentarios

Called when an IDTSInput100 object is being deleted from the component's input collection.

Vea también

Referencia

IDTSDesigntimeComponent100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper