TypeDescriptor 中的 Interpretation 元素

(BDCMetadata 架构)

适用于:SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

指定要应用于存储在由 TypeDescriptor 表示的数据结构中的数据的规则。 这些规则通常专用于更改由外部系统返回的数据值,以便能更轻松地在用户界面中表示它们。 在从外部系统获取数据值时,必须按照在 Interpretation 元素中指定规则的顺序来应用这些指定的规则。

必须将第一个规则应用于从外部系统接收的数据值;后面的规则将应用于通过应用上一个规则所生成的数据值。 在将数据值发送到外部系统时,必须按照在 Interpretation 元素中指定规则的顺序的相反顺序来应用这些指定的规则。 必须将第一个规则应用于从用户接收的数据值;后面的规则将应用于通过应用上一个规则所生成的数据值。

命名空间http://schemas.microsoft.com/windows/2007/BusinessDataCatalog

架构:BDCMetadata

<Interpretation></Interpretation>

元素和属性

下面各部分介绍了属性、子元素和父元素。

Attributes

无。

子元素

元素 说明
Interpretation 中的 ConvertType 元素(BDCMetadata 架构) 一个 ConvertType 元素,它指定从一个数据类型到另一个数据类型的转换。
Interpretation 中的 NormalizeDateTime 元素(BDCMetadata 架构) 一个 NormalizeDateTime 元素,它指定从外部系统获得的值的日期和时间表示形式到另一种表示形式的转换。
NormalizeString 一个 NormalizeString 元素,它指定从外部系统获得的值的字符串表示形式到另一种表示形式的转换。

父元素

元素 说明
TypeDescriptor TypeDescriptor 元素。
TypeDescriptor 元素(BDCMetadata 架构)