共用方式為


HierarchyItemType 列舉

Specifies the type of item in a derived hierarchy level.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.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

成員

成員名稱 說明
ConsolidatedDBA The type is a consolidated domain-based attribute.
DBA The type is a domain-based attribute.
Entity The type is an entity.
Hierarchy The type is an explicit hierarchy.
NotApplicable The type is a non-hierarchy attribute.

請參閱

參考

Microsoft.MasterDataServices.Services.DataContracts 命名空間