RemoveAllInputsOutputsAndCustomProperties 메서드

Deletes each IDTSInput100 and IDTSOutput100 object from the component.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)

구문

‘선언
Public Sub RemoveAllInputsOutputsAndCustomProperties
‘사용 방법
Dim instance As PipelineComponent

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

주의

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