ModelObjectType 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 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 | |
Entity | 3 | |
Attribute | 4 | |
AttributeGroup | 5 | |
LeafMemberType | 8 | |
ConsolidatedMemberType | 9 | |
CollectionMemberType | 10 | |
EntityChildNode | 11 | entity child |
Remarks
The ModelObjectType simple type specifies the type of master data model object (for metadata only).