다음을 통해 공유


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 네임스페이스