Type

返回一个整数,表示DataTable的类型。
返回值和类型对照表:

返回值 类型
1 内部数据表
2 内部查询表
3 外部数据表
4 外部查询表
5 临时表

If DataTables("统计").Type = 5 Then
    MessageBox.Show(
"这是一个临时表!","提示",MessageBoxButtons.OK, MessageBoxIcon.Information)
End
If


本页地址:http://www.foxtable.com/webhelp/topics/0389.htm