Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Specifies the type of master data management (MDM) object.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "ObjectType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration ObjectType
'Uso
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
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts