Compartir a través de


PipelineComponent.DeleteOutput Método

Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection.

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

Sintaxis

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

instance.DeleteOutput(outputID)
public virtual void DeleteOutput(
    int outputID
)
public:
virtual void DeleteOutput(
    int outputID
)
abstract DeleteOutput : 
        outputID:int -> unit  
override DeleteOutput : 
        outputID:int -> unit
public function DeleteOutput(
    outputID : int
)

Parámetros

Comentarios

The base class implementation of DeleteOutput deletes the IDTSOutput100 object specified by the outputID parameter from the IDTSOutputCollection100. To prevent the deletion of IDTSOutput100 objects from your component, override this method and throw an exception in your method implementation.

Vea también

Referencia

PipelineComponent Clase

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline