Parent.HierarchyId Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the ID of the parent member’s explicit hierarchy.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Identifier

A new instance of type Identifier.

See Also

Parent Class
Microsoft.MasterDataServices Namespace

Return to top