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 屬性指定。

適用於