다음을 통해 공유


MemberType 열거형

Specifies the type of member for an entity and its associated objects.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.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

멤버

멤버 이름 설명
Collection A collection node.
CollectionMember A member node in a collection.
Consolidated A consolidated or parent node.
Hierarchy A hierarchy node.
Leaf A leaf or a child node.
NotSpecified The type has not been specified.

참고 항목

참조

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스