Share via


BREntityMemberType-Enumeration

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "BREntityMemberType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration BREntityMemberType
'Usage
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

Elemente

Elementname Beschreibung
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.