ParentChild.RelationshipId Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the relationship identifier for the object that defines the relationship between an item and its parent.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier RelationshipId { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Identifier^ RelationshipId {
    Identifier^ get();
    void set(Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member RelationshipId : Identifier with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property RelationshipId As Identifier

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier

The relationship identifier for the object.

See Also

ParentChild Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top