HierarchyMembers.HierarchyType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the hierarchy type (explicit or derived).

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.HierarchyType

The hierarchy type (explicit or derived).

See Also

HierarchyMembers Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top