MemberType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
NotSpecified | 0 | The MemberType has not been specified. |
Leaf | 1 | A leaf or a child node. |
Consolidated | 2 | A consolidated or parent node. |
Collection | 3 | A collection node. |
Hierarchy | 4 | A hierarchy node. |
CollectionMember | 5 | A member node in a collection. |
Remarks
The MemberType simple type specifies the type of member record within an entity.