Dim lst As List(Of String)lst = Connections("nwnd").GetTableNamesFor Each nm As String In lst Output.Show(nm)Next