Compartir a través de


PipelineComponent.RemoveAllInputsOutputsAndCustomProperties Método

Deletes each IDTSInput100 and IDTSOutput100 object from the component.

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

Sintaxis

'Declaración
Public Sub RemoveAllInputsOutputsAndCustomProperties
'Uso
Dim instance As PipelineComponent

instance.RemoveAllInputsOutputsAndCustomProperties()
public void RemoveAllInputsOutputsAndCustomProperties()
public:
void RemoveAllInputsOutputsAndCustomProperties()
member RemoveAllInputsOutputsAndCustomProperties : unit -> unit
public function RemoveAllInputsOutputsAndCustomProperties()

Comentarios

This helper function deletes all the IDTSInput100, IDTSOutput100 and IDTSCustomProperty100 objects from the ComponentMetaData of the component.

Vea también

Referencia

PipelineComponent Clase

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline