ParentChild.RelationshipId 属性

定义

用于定义项与其父项之间关系的对象的标识符。

public:
 property Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ RelationshipId { 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 RelationshipId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.RelationshipId : Microsoft.MasterDataServices.Services.DataContracts.Identifier with get, set
Public Property RelationshipId As Identifier

属性值

Identifier

用于定义项与其父项之间关系的对象的标识符。

属性

注解

RelationshipId 可表示实体、属性或层次结构,由 RelationshipType 属性指定。

适用于