Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of master data management (MDM) object.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "ObjectType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration ObjectType
'Usage
Dim instance As ObjectType
[DataContractAttribute(Name = "ObjectType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum ObjectType
[DataContractAttribute(Name = L"ObjectType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class ObjectType
[<DataContractAttribute(Name = "ObjectType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ObjectType
public enum ObjectType
Members
Member name | Description | |
---|---|---|
Annotation | An annotation. | |
Attribute | An attribute. | |
AttributeGroup | An attribute group. | |
BusinessRule | A business rule. | |
BusinessRuleArgument | An argument within a condition or action of a business rule. | |
BusinessRuleConditionTreeNode | A node in the condition tree of a business rule. | |
BusinessRuleItem | A business rule item such as a condition or action. | |
DerivedHierarchy | A derived hierarchy. | |
DerivedHierarchyLevel | A level of a derived hierarchy. | |
Entity | An entity. | |
ExportView | An export view. | |
Hierarchy | A hierarchy. | |
MemberAttribute | An attribute of a member. | |
MemberCode | A code (business key) of a member. | |
MemberId | An integer identifier key for a member. | |
Model | An Master Data Services (MDS) model. | |
StagingBatch | A batch of staging records. | |
Transaction | A transaction record. | |
Unknown | Not one of the standard object types. | |
User | An Master Data Services (MDS) user. | |
UserGroup | A user group. | |
Version | A model version. | |
VersionFlag | A version flag. |
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace