Dim ls_temp As new List(Of String)For Each cn As Connection In Connections ls_temp.Add(cn.Name)Next
For Each n As String In ls_temp Connections.Delete(n)Next