BREntityMemberType 枚举

Contains values that specify the type of entity member associated with a business rule.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
<DataContractAttribute(Name := "BREntityMemberType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration BREntityMemberType
用法
Dim instance As BREntityMemberType
[DataContractAttribute(Name = "BREntityMemberType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum BREntityMemberType
[DataContractAttribute(Name = L"BREntityMemberType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class BREntityMemberType
[<DataContractAttribute(Name = "BREntityMemberType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BREntityMemberType
public enum BREntityMemberType

成员

成员名称 说明
NotSpecified The member type is unspecified.
Leaf Leaf type members, which do not have children in explicit hierarchies.
Consolidated Consolidated type members that participate in explicit hierarchies, and may have children in explicit hierarchies.