Método RemoveAll
Deletes each IDTSExternalMetadataColumn100 object in a collection.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Sub RemoveAll
'Uso
Dim instance As IDTSExternalMetadataColumnCollection100
instance.RemoveAll()
void RemoveAll()
void RemoveAll()
abstract RemoveAll : unit -> unit
function RemoveAll()
Comentários
This method deletes all of the IDTSExternalMetadataColumn100 columns from the collection.
Consulte também