IDTSOutputCollection100.RemoveAll 方法

Deletes each IDTSOutput100 object in a collection.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Sub RemoveAll
用法
Dim instance As IDTSOutputCollection100

instance.RemoveAll()
void RemoveAll()
void RemoveAll()
abstract RemoveAll : unit -> unit
function RemoveAll()

注释

This method removes all of the IDTSOutput100 objects in the collection.

请参阅

参考

IDTSOutputCollection100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间