ObjectType 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.
public enum class ObjectType
[System.Runtime.Serialization.DataContract(Name="ObjectType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum ObjectType
[<System.Runtime.Serialization.DataContract(Name="ObjectType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ObjectType =
Public Enum ObjectType
- Inheritance
-
ObjectType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown |
Model | 1 | |
DerivedHierarchy | 2 | |
DerivedHierarchyLevel | 3 | |
Version | 4 | |
Entity | 5 | |
Hierarchy | 6 | |
Attribute | 7 | |
AttributeGroup | 8 | |
VersionFlag | 10 | |
User | 11 | |
MemberCode | 12 | |
Annotation | 13 | |
BusinessRule | 14 | |
BusinessRuleConditionTreeNode | 15 | |
BusinessRuleItem | 16 | |
BusinessRuleArgument | 17 | |
Transaction | 18 | |
MemberId | 19 | |
ExportView | 20 | |
UserGroup | 21 | |
MemberAttribute | 22 | |
Index | 23 |
Remarks
The ObjectType simple type specifies the type of master data model object.