Metodo PipelineComponent.RemoveAllInputsOutputsAndCustomProperties

Deletes each IDTSInput100 and IDTSOutput100 object from the component.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Sintassi

'Dichiarazione
Public Sub RemoveAllInputsOutputsAndCustomProperties
'Utilizzo
Dim instance As PipelineComponent

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

Osservazioni

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

Vedere anche

Riferimento

PipelineComponent Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline