共用方式為


HierarchyItemType 列舉

Contains values that specify the type of component used by a level of a derived hierarchy.

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

語法

'宣告
<DataContractAttribute(Name := "HierarchyItemType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration HierarchyItemType
'用途
Dim instance As HierarchyItemType
[DataContractAttribute(Name = "HierarchyItemType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum HierarchyItemType
[DataContractAttribute(Name = L"HierarchyItemType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class HierarchyItemType
[<DataContractAttribute(Name = "HierarchyItemType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type HierarchyItemType
public enum HierarchyItemType

成員

成員名稱 說明
Entity A bottom-level entity.
DBA A domain-based attribute link to another entity.
Hierarchy A link to an explicit hierarchy.
ConsolidatedDBA A domain-based attribute link to another entity from consolidation members.
NotApplicable A non-hierarchy item type, such as a collection.

請參閱

參考

Microsoft.MasterDataServices 命名空間