Enumeración ObjectType
Specifies the type of master data management (MDM) object.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<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
Miembros
Nombre del miembro | Descripción | |
---|---|---|
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. |
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts