ParentChild.NextRelationshipType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the hierarchy item type that defines how an item relates to its children.

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

Syntax

[DataMemberAttribute]
public HierarchyItemType NextRelationshipType { get; set; }
public:
[DataMemberAttribute]
property HierarchyItemType NextRelationshipType {
    HierarchyItemType get();
    void set(HierarchyItemType value);
}
[<DataMemberAttribute>]
member NextRelationshipType : HierarchyItemType with get, set
<DataMemberAttribute>
Public Property NextRelationshipType As HierarchyItemType

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.HierarchyItemType

The hierarchy item type that defines how an item relates to its children.

See Also

ParentChild Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top