AssociationGroup Element in AssociationGroups (BDCMetadata Schema)
마지막 수정 날짜: 2010년 4월 16일 금요일
적용 대상: SharePoint Server 2010
Specifies an AssociationGroup. AssociationGroup is a construct that ties the related AssociationMethods together. For example, GetOrdersForCustomer, GetCustomerForOrder, and AssociateCustomerToOrder are all association methods that work on the same relationship between Customer and Order.
Namespace: https://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Schema: BDCMetadata
AssociationGroup must be defined on the Entity element that is the Destination of the AssociationReferences that are not marked as Reverse, or the Source of the AssociationReferences that are marked as Reverse.
<AssociationGroup Name = "String" DefaultDisplayName = "String" IsCached = "Boolean"> </AssociationGroup>
특성 및 요소
The following sections describe attributes, child elements, and parent elements.
특성
Attribute |
Description |
---|---|
Name |
Required. The name of the AssociationGroup. Attribute type: String |
DefaultDisplayName |
Optional. The default display name of the AssociationGroup. Attribute type: String |
IsCached |
Optional. Specifies whether the AssociationGroup is used frequently. Default value: true Attribute type: Boolean |
하위 요소
Element |
Description |
---|---|
LocalizedDisplayNames Element in MetadataObject (BDCMetadata Schema) |
The localized names of the AssociationGroup. |
The properties of the AssociationGroup. |
|
AssociationReference Element in AssociationGroup (BDCMetadata Schema) |
An AssociationReference of an AssociationGroup. |
상위 요소
Element |
Description |
---|---|
The AssociationGroups element that contains this AssociationGroup. |