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

Attribute 4

MetadataAttribute

AttributeGroup 5

AttributeGroup

CollectionMemberType 10

Collection

ConsolidatedMemberType 9

Consolidated

Entity 3

Entity

EntityChildNode 11

entity child

LeafMemberType 8

Leaf

Model 1

Model

None 0

None

Remarks

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

Applies to