I am curious about how sharepoint stores its list data. From what I know, a list can have dynamic column numbers and you can even change the data type of a column after a list is created. How does sharepoint do this ?
我很好奇sharepoint是如何存储列表数据的。据我所知,列表可以有动态的列号,甚至可以在创建列表之后更改列的数据类型。sharepoint是如何做到这一点的?
I am asking because I have to create a structure to store some data. But the number of columns of these data is very likely to be changed in the future. I think I can draw something from sharepoint's list database design.
我这样问是因为我必须创建一个结构来存储一些数据。但是这些数据的列数很可能在将来发生变化。我想我可以从sharepoint的列表数据库设计中得到一些东西。
Thanks for you help.
谢谢你的帮助。
1 个解决方案
#1
3
Here is the schema for the Sharepoint Lists table:
下面是Sharepoint列表表的模式:
- http://msdn.microsoft.com/en-us/library/dd585174%28v=office.11%29.aspx
- http://msdn.microsoft.com/en-us/library/dd585174%28v=office.11%29.aspx
Also:
另外:
-
Sharepoint数据库表
-
Microsoft SharePoint Products and Technologies Protocol Documentation
Microsoft SharePoint产品和技术协议文档
Happy reading :)
快乐阅读:)
#1
3
Here is the schema for the Sharepoint Lists table:
下面是Sharepoint列表表的模式:
- http://msdn.microsoft.com/en-us/library/dd585174%28v=office.11%29.aspx
- http://msdn.microsoft.com/en-us/library/dd585174%28v=office.11%29.aspx
Also:
另外:
-
Sharepoint数据库表
-
Microsoft SharePoint Products and Technologies Protocol Documentation
Microsoft SharePoint产品和技术协议文档
Happy reading :)
快乐阅读:)