DerivedHierarchyLevel.ManyToManyChildAttributeId Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Quando ForeignType è ManyToMany, specifica l'ID dell'attributo basato su dominio sull'entità di mapping (a cui ForeignEntityIdfa riferimento ) che fa riferimento all'elemento figlio, mentre ForeignId specifica l'attributo padre basato su dominio.
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
Valore della proprietà
ID dell'attributo basato su dominio sull'entità di mapping (a cui ForeignEntityIdfa riferimento ) che fa riferimento all'elemento figlio, mentre ForeignId specifica l'attributo padre basato su dominio.
- Attributi