Compartir a través de


CManagedComponentWrapperClass.DeleteOutput Método

Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection of the component.

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

Sintaxis

'Declaración
Public Overridable Sub DeleteOutput ( _
    lOutputID As Integer _
)
'Uso
Dim instance As CManagedComponentWrapperClass 
Dim lOutputID As Integer

instance.DeleteOutput(lOutputID)
public virtual void DeleteOutput(
    int lOutputID
)
public:
virtual void DeleteOutput(
    [InAttribute] int lOutputID
)
abstract DeleteOutput : 
        lOutputID:int -> unit  
override DeleteOutput : 
        lOutputID:int -> unit
public function DeleteOutput(
    lOutputID : int
)

Parámetros

Implementa

IDTSDesigntimeComponent100.DeleteOutput(Int32)

Comentarios

Call this method to delete the specified IDTSOutput100 object from the OutputCollection of the component.

Vea también

Referencia

CManagedComponentWrapperClass Clase

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