列出外部数据源nwnd中的所有表名:
Dim lst As List(Of String)lst = Connections("nwnd").GetTableNamesFor Each nm As String In lst Output.Show(nm)Next