database - Sharepoint 列表字段存储在内容数据库中?

标签 database sharepoint list

我正在尝试找出共享点列表字段的数据存储在内容数据库中的位置。

例如,从 AllLists 表中过滤我感兴趣的 listid,我可以从 tp_ContentTypes 列中派生出以下字段:

<Field Type="CascadingDropDownListFieldWithFilter" DisplayName="Secondary Subject" Required="FALSE" ID="{b4143ff9-d5a4-468f-8793-7bb2f06b02a0}" SourceID="{6c1e9bbf-4f02-49fd-8e6c-87dd9f26158a}" StaticName="Secondary_x0020_Subject" Name="Secondary_x0020_Subject" ColName="nvarchar13" RowOrdinal="0" Version="1"><Customization><ArrayOfProperty><Property><Name>SiteUrl</Name><Value xmlns:q1="http://www.w3.org/2001/XMLSchema" p4:type="q1:string" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance">http://extra.orange.net/knowhow</Value></Property><Property><Name>CddlName</Name><Value xmlns:q2="http://www.w3.org/2001/XMLSchema" p4:type="q2:string" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance">SS</Value></Property><Property><Name>CddlParentName</Name><Value xmlns:q3="http://www.w3.org/2001/XMLSchema" p4:type="q3:string" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance">PS</Value></Property><Property><Name>CddlChildName</Name><Value xmlns:q4="http://www.w3.org/2001/XMLSchema" p4:type="q4:string" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance"/></Property><Property><Name>ListName</Name><Value xmlns:q5="http://www.w3.org/2001/XMLSchema" p4:type="q5:string" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance">Secondary</Value></Property><Property><Name>ListTextField</Name><Value xmlns:q6="http://www.w3.org/2001/XMLSchema" p4:type="q6:string" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance">Title</Value></Property><Property><Name>ListValueField</Name><Value xmlns:q7="http://www.w3.org/2001/XMLSchema" p4:type="q7:string" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance">Title</Value></Property><Property><Name>JoinField</Name><Value xmlns:q8="http://www.w3.org/2001/XMLSchema" p4:type="q8:string" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance">Primary</Value></Property><Property><Name>FilterField</Name><Value xmlns:q9="http://www.w3.org/2001/XMLSchema" p4:type="q9:string" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance">Content Type ID</Value></Property><Property><Name>FilterOperator</Name><Value xmlns:q10="http://www.w3.org/2001/XMLSchema" p4:type="q10:string" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance">Show All</Value></Property><Property><Name>FilterValue</Name><Value xmlns:q11="http://www.w3.org/2001/XMLSchema" p4:type="q11:string" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance"/></Property></ArrayOfProperty></Customization></Field>

我需要查询哪个表才能找到该字段上保存的数据?

非常感谢 导航

最佳答案

我相信您已经知道 Microsoft 不支持访问 SharePoint 数据库等等。

但从理论上讲...我认为您感兴趣的是 XML 的 ColName="nvarchar13" 部分。我非常确定您要查找的内容存储在 AllUserData 表的 nvarchar13 列中。

关于database - Sharepoint 列表字段存储在内容数据库中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2828369/

相关文章:

php - 使用数据库时表结构应该如何工作?

c++ - 第一个唯一编号慢运行时问题

c - c 中的链接列表存在问题

python - 对多级列表中的每一项执行操作

c# - SharePoint DateTimeControl 在时间更改时不执行回发,它在我们更改日期时执行

php - PHP 中的 Ruby 风格关系表

SQL Server - 在这里使用复合主键有什么好处?

java - Realm 是否已经支持原始列表?

.net - 使用 .NET WebRequest 将文件上传到共享点时出现 409/冲突 HTTP 错误的原因?

json - 无法在 JqGrid 中加载 SharePoint 列表项 REST API 响应