共用方式為


EntityMembersGetCriteria.HierarchyType 屬性

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

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute(IsRequired := False)> _
Public Property HierarchyType As HierarchyType 
    Get 
    Set
'用途
Dim instance As EntityMembersGetCriteria 
Dim value As HierarchyType 

value = instance.HierarchyType

instance.HierarchyType = value
[DataMemberAttribute(IsRequired = false)]
public HierarchyType HierarchyType { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property HierarchyType HierarchyType {
    HierarchyType get ();
    void set (HierarchyType value);
}
[<DataMemberAttribute(IsRequired = false)>]
member HierarchyType : HierarchyType with get, set
function get HierarchyType () : HierarchyType 
function set HierarchyType (value : HierarchyType)

屬性值

型別:Microsoft.MasterDataServices.Services.DataContracts.HierarchyType
The hierarchy type of the members to get.

請參閱

參考

EntityMembersGetCriteria 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間