Condividi tramite


Enumerazione MemberType

Represents the type of member record within an entity.

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "MemberType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration MemberType
'Utilizzo
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

Membri

Nome membro Descrizione
NotSpecified Leaf type members. These members do not have children in explicit hierarchies.
Leaf Leaf type members. These members do not have children in explicit hierarchies.
Consolidated Consolidated type members that participate in explicit hierarchies. These members may have children in explicit hierarchies.
Collection Collection type members.
Hierarchy An explicit hierarchy relationship record.
CollectionMember A collection hierarchy relationship record.