Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法获取对象的方法和属性?我现在拥有的是:
set temp = GetObject("LDAP://" & distinguashedname) msgbox temp.samaccountname
在这一点上,我只知道我使用的对象的一些方法和属性GetObject。
GetObject
我假设您已经继续前进,因为该线程已过时,但是作为在搜索和回答同一问题时偶然发现此问题的人,我想我会为下一个人发布答案。
您需要添加的参考是Active DS 类型库,如果您正在搜索用户信息,则对象类型是 ActiveDs.IADsUser。
dim temp as ActiveDs.IADsUser