HierarchyType 枚举
Contains values specifying the type of hierarchy construct.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
<DataContractAttribute(Name := "HierarchyType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration HierarchyType
用法
Dim instance As HierarchyType
[DataContractAttribute(Name = "HierarchyType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum HierarchyType
[DataContractAttribute(Name = L"HierarchyType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class HierarchyType
[<DataContractAttribute(Name = "HierarchyType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type HierarchyType
public enum HierarchyType
成员
成员名称 | 说明 | |
---|---|---|
Explicit | Standard parent-child hierarchy for the specified entities. | |
Derived | All attribute-based derived hierarchies for the specified entities. | |
Collection | All collections for the specified entities. | |
All | All types of hierarchies for the specified entities. |