EntityMemberType 类

定义

指定 MDS 中某实体的结构,包括属性和属性组。

public ref class EntityMemberType : Microsoft::MasterDataServices::MdmDataContractOfIdentifier
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="EntityMemberType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMemberType : Microsoft.MasterDataServices.MdmDataContractOfIdentifier
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="EntityMemberType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMemberType = class
    inherit MdmDataContractOfIdentifier
Public Class EntityMemberType
Inherits MdmDataContractOfIdentifier
继承
属性

构造函数

EntityMemberType()

初始化 EntityMemberType 类的新实例。

属性

AttributeGroups

获取或设置属性组的数组。

Attributes

获取或设置元数据属性的数组。

AuditInfo

获取或设置审核信息。

(继承自 MdmDataContractOfIdentifier)
EntityId

获取或设置实体 ID。

ExtensionData

获取或设置包含额外数据的结构。

(继承自 DataContractBase)
Identifier

获取或设置 ID。

(继承自 MdmDataContractOfIdentifier)
Permission

获取或设置安全权限。

(继承自 MdmDataContractOfIdentifier)
Type

获取或设置成员的类型。

适用于