共用方式為


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.