Share via


ModelObjectType Enum

Definition

Specifies the type of master data model object (metadata only).

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

Fields

Name Value Description
None 0

None

Model 1

Model

Entity 3

Entity

Attribute 4

MetadataAttribute

AttributeGroup 5

AttributeGroup

LeafMemberType 8

Leaf

ConsolidatedMemberType 9

Consolidated

CollectionMemberType 10

Collection

EntityChildNode 11

entity child

Remarks

The ModelObjectType simple type specifies the type of master data model object (for metadata only).

Applies to