EntityMembersGetCriteria.HierarchyType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the hierarchy type of the members to get.

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.HierarchyType

The hierarchy type of the members to get.

See Also

EntityMembersGetCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top