다음을 통해 공유


ObjectType 열거형

Represents the type of master data model object.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)

구문

‘선언
<DataContractAttribute(Name := "ObjectType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration ObjectType
‘사용 방법
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

멤버

멤버 이름 설명
Unknown Not one of the standard object types.
Model An MDS Model.
DerivedHierarchy A Derived Hierarchy.
DerivedHierarchyLevel A level of a Derived Hierarchy.
Version A Model Version.
Entity An Entity.
Hierarchy A Hierarchy.
Attribute An Attribute.
AttributeGroup An Attribute Group.
StagingBatch A Batch of staging records.
VersionFlag A Version Flag.
User A user.
MemberCode A Code (business key) of a Member.
Annotation An Annotation.
BusinessRule A Business Rule.
BusinessRuleConditionTreeNode An argument within a Condition or Action of a Business Rule.
BusinessRuleItem A Business Rule item such as a Condition or Action.
BusinessRuleArgument An argument within a Condition or Action of a Business Rule.
Transaction A Transaction record.
MemberId An integer ID key for a member.
ExportView An export view.
UserGroup A user group.