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.