Interpretation-Element in TypeDescriptor
(BDCMetadata-Schema)
Gilt für: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online-| SharePoint Server 2013
Specifies the rules to apply to the data stored in the data structures represented by a TypeDescriptor. These rules are typically specified to change the data values returned by an external system to make it easier to represent them in the user interface. When the data value is obtained from the external system, the specified rules must be applied in the order they are specified in the Interpretation element.
The first rule must be applied to the data value received from the external system; the consecutive rules apply to the data value that result from the application of the previous rule. When the data value is sent to external system, the specified rules must be applied in the reverse order they are specified in the Interpretation element. The first rule must be applied to the data value received from the user; the consecutive rules apply to the data value that result from the application of the previous rule.
Namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Schema: BDCMetadata
<Interpretation></Interpretation>
Elemente und Attribute
In den folgenden Abschnitten werden Attribute, untergeordnete und übergeordnete Elemente erläutert.
Attribute
Keine.
Untergeordnete Elemente
Element | Beschreibung |
---|---|
ConvertType-Element in "Interpretation" (BDCMetadata-Schema) | Ein ConvertType-Element, das die Konvertierung eines Datentyps in einen anderen Datentyp angibt. |
NormalizeDateTime-Element in "Interpretation" (BDCMetadata-Schema) | Ein NormalizeDateTime-Element, das die Konvertierung der Datums- und Zeitdarstellung eines von einem externen System erhaltenen Werts in eine andere Darstellung angibt. |
NormalizeString | Ein NormalizeString-Element, das die Konvertierung der Zeichenfolgendarstellung eines von einem externen System erhaltenen Werts in eine andere Darstellung angibt. |
Übergeordnete Elemente
Element | Beschreibung |
---|---|
TypeDescriptor | Das TypeDescriptor-Element. |
TypeDescriptor-Element (BDCMetadata-Schema) |