Identifier Element in Identifiers (BDCMetadata Schema)
Applies to: SharePoint Server 2010
Specifies an identifier of an external content type.
Namespace: https://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Schema: BDCMetadata
Note
Business Data Connectivity (BDC) service enables the mapping of identifiers to fields with nullable data types. However, for primary identifiers, BDC will cause an error when the value of these identifiers are null.
<Identifier TypeName = "String" Name = "String" DefaultDisplayName = "String" IsCached = "Boolean"> </Identifier>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
TypeName |
Required. The data type of the value that corresponds to the identifier. The following table lists the possible values for this attribute.
|
||||||||||||||||||||||||||||||||||||
Name |
Required. The name of the identifier. Attribute type: String |
||||||||||||||||||||||||||||||||||||
DefaultDisplayName |
Optional. The default display name of the identifier. Attribute type: String |
||||||||||||||||||||||||||||||||||||
IsCached |
Optional. Specifies whether this identifier is used frequently. If set to true, Business Data Connectivity (BDC) service caches the identifier in memory. Default value: true Attribute type: Boolean |
Child Elements
Element |
Description |
---|---|
LocalizedDisplayNames Element in MetadataObject (BDCMetadata Schema) |
The localized display names of the identifier. |
The properties of the identifier. |
Parent Elements
Element |
Description |
---|---|
A list of identifiers of an external content type. |