DataSource 元素(列表实例)
上次修改时间: 2015年3月9日
适用范围: SharePoint Foundation 2010
本文内容
属性
子元素
父元素
出现次数
备注
指定用于设置列表实例的数据源。
<DataSource>
<Property />
</DataSource>
属性
无
子元素
父元素
出现次数
最小值:0 最大值:1 |
备注
DataSource 元素必须至少具有一个 Name 参数设置为"Service"的子 Property 元素。如果使用 Microsoft Business Data Connectivity (BDC) Service 之外的某个中间层服务将外部数据引入 SharePoint 外部列表,这种其他服务的文档必须向您提供该服务的名称(Property 元素的 Value 参数的值 ),以及有关允许或需要其他哪些 Property 元素作为 DataSource 元素的子元素的信息。如果使用的是 BDC,请将"Business Data Catalog"用作 Value 参数的值。
另外,如果使用的是 BDC,则必须具有 DataSource 元素的四个其他 Property 元素子级,其 Name 属性具有以下示例中显示的值。
<DataSource>
<Property Name="Service" Value="Business Data Catalog" />
<Property Name="Entity" Value="Friendly name of external content type (entity)" />
<Property Name="EntityNamespace" Value="Fully qualified namespace of the class that defines the external content type (entity)" />
<Property Name="LobSystemInstance" Value="NameOfExternalDataSource" />
<Property Name="SpecificFinder" Value="Name of method that reads a single item; for example ReadItem" />
</DataSource>