ParentChild.NextRelationshipId Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier

The identifier for the object that defines the relationship between an item and its children.

Remarks

NextRelationshipId can represent an entity, an attribute, or a hierarchy and it is specified by NextRelationshipType.

See Also

ParentChild Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top