首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 企业软件 > 行业软件 >

请教sharepoint2010中SPFieldLookupValueCollection的最大长度

2013-07-09 
请问sharepoint2010中SPFieldLookupValueCollection的最大长度也就是说,SPFieldLookupValueCollection中能

请问sharepoint2010中SPFieldLookupValueCollection的最大长度
也就是说,SPFieldLookupValueCollection中能储存多少个SPFieldLookupValue,谢谢。
[解决办法]
本质是   System.Collections.Generic.List<SPFieldLookupValue>,理论上可以有2147483647个(Int32.MaxValue),因为 List有个可以指定容量的构造 List<T>(Int32)

热点排行