MemberType Enum

Definition

Specifies the type of member record within an entity.

public enum class MemberType
[System.Runtime.Serialization.DataContract(Name="MemberType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum MemberType
[<System.Runtime.Serialization.DataContract(Name="MemberType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberType = 
Public Enum MemberType
Inheritance
MemberType
Attributes

Fields

Collection 3

A collection node.

CollectionMember 5

A member node in a collection.

Consolidated 2

A consolidated or parent node.

Hierarchy 4

A hierarchy node.

Leaf 1

A leaf or a child node.

NotSpecified 0

The MemberType has not been specified.

Remarks

The MemberType simple type specifies the type of member record within an entity.

Applies to