我在哪里可以在Content数据库中找到Active Directory用户(列表数据)信息

问题描述:

我在SharePoint2013中创建了一个列表,其中从Active Directory导入两个列表列(我创建了一个列表列,例如"Person or group",并从"All Users" Group中进行了查找).我正在尝试读取此列表数据以 更新到另一个数据库,我找不到从AD导入的那些字段.但是,我能够从列表字段中获取所有信息.如果有人能帮助我找到这些字段,我将不胜感激.

I created a list in SharePoint2013 where  two of the list columns are imported from Active directory (I created a list column like "Person or group" and did a look up from "All Users" Group). I am trying to read this list data to update to another database and i cant find those fields which i am importing from AD.However i was able to get all information from list fields. I would appreciate if anyone would help me locate these fields. 

PS:我已经在所有字段(Nvarchar,text)中搜索了此信息.

PS: I have searched all fields (Nvarchar, text ) for this information. 

不支持直接从SharePoint数据库读取.改用对象模型.

It is not supported to read directly from SharePoint databases. Use the object model instead.

所有用户数据都包含在UserInfo表中.每个列表项都会在UserInfo表中引用用户的ID(列值).

All user data is contained within the UserInfo table. Each List item will have a reference to the ID (column value) of the user within the UserInfo table.