PipelineComponent.RemoveAllInputsOutputsAndCustomProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes each IDTSInput100 and IDTSOutput100 object from the component.
public:
void RemoveAllInputsOutputsAndCustomProperties();
public void RemoveAllInputsOutputsAndCustomProperties ();
member this.RemoveAllInputsOutputsAndCustomProperties : unit -> unit
Public Sub RemoveAllInputsOutputsAndCustomProperties ()
Remarks
This helper function deletes all the IDTSInput100, IDTSOutput100 and IDTSCustomProperty100 objects from the ComponentMetaData of the component.