共用方式為


PipelineComponent.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.

請參閱

參考

PipelineComponent 類別

Microsoft.SqlServer.Dts.Pipeline 命名空間