DerivedHierarchyLevel.ManyToManyChildAttributeId 属性

定义

当 为 ManyToManyForeignType,指定映射实体上基于域的属性的 ID, (引用ForeignEntityId子级) 引用,同时ForeignId指定基于域的父属性。

public:
 property Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ ManyToManyChildAttributeId { Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Services.DataContracts.Identifier ManyToManyChildAttributeId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.ManyToManyChildAttributeId : Microsoft.MasterDataServices.Services.DataContracts.Identifier with get, set
Public Property ManyToManyChildAttributeId As Identifier

属性值

映射实体上基于域的属性的 ID (由 ForeignEntityId 引用子级) 引用,同时 ForeignId 指定基于域的父属性。

属性

适用于