Identifier Element in Identifiers (BDCMetadata Schema)
마지막 수정 날짜: 2010년 4월 16일 금요일
적용 대상: SharePoint Server 2010
Specifies an identifier of an external content type.
Namespace: https://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Schema: BDCMetadata
참고 사항 |
---|
BDC(Business Data Connectivity) 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>
특성 및 요소
The following sections describe attributes, child elements, and parent elements.
특성
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, BDC(Business Data Connectivity) Service caches the identifier in memory. Default value: true Attribute type: Boolean |
하위 요소
Element |
Description |
---|---|
LocalizedDisplayNames Element in MetadataObject (BDCMetadata Schema) |
The localized display names of the identifier. |
The properties of the identifier. |
상위 요소
Element |
Description |
---|---|
A list of identifiers of an external content type. |