IDTSOutputColumnCollection100.RemoveAll Method ()

 

Applies To: SQL Server 2016 Preview

Deletes all the output column objects from a collection.

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

Syntax

[DispIdAttribute(18)]
void RemoveAll()
[DispIdAttribute(18)]
void RemoveAll()
[<DispIdAttribute(18)>]
abstract RemoveAll : unit -> unit
<DispIdAttribute(18)>
Sub RemoveAll

See Also

IDTSOutputColumnCollection100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top