Share via


IDTSRuntimeConnectionCollection100.RemoveAll Method

Deletes each IDTSRuntimeConnection100 object from a collection.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Sub RemoveAll
'Usage
Dim instance As IDTSRuntimeConnectionCollection100

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

Remarks

The RemoveAll method clears the input collection.

See Also

Reference

IDTSRuntimeConnectionCollection100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace