以下代码,获取外部数据表的名称
Dim lst As List(Of String)lst = Connections("500").GetTableNamesFor Each nm As String In lst Output.Show(nm)Next
请问如何获取表的标题?