以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 用户信息和组放在SQl server外部表中,请问如何遍历组 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=153969) |
-- 作者:蓝色理想 -- 发布时间:2020/8/29 13:32:00 -- 用户信息和组放在SQl server外部表中,请问如何遍历组 遍历用户 可以这样: For Each us As UserInfo In Users Output.Show("名称:" & us.Name) Next 请问,如何遍历组。 |
-- 作者:有点蓝 -- 发布时间:2020/8/29 14:23:00 -- 无法遍历 |