共用方式為


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 命名空間