다음을 통해 공유


MemberType 열거형

Contains values that specify the type of member record within an entity.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<DataContractAttribute(Name := "MemberType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration MemberType
‘사용 방법
Dim instance As MemberType
[DataContractAttribute(Name = "MemberType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum MemberType
[DataContractAttribute(Name = L"MemberType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class MemberType
[<DataContractAttribute(Name = "MemberType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberType
public enum MemberType

멤버

멤버 이름 설명
NotSpecified Member type is unspecified.
Leaf Leaf type members, which do not have children in explicit hierarchies.
Consolidated Consolidated type members that participate in explicit hierarchies. Their members can have children in explicit hierarchies.
Collection Collection type members.
Hierarchy An explicit hierarchy relationship record.
CollectionMember A collection hierarchy relationship record.

참고 항목

참조

Microsoft.MasterDataServices 네임스페이스