Compartir a través de


Enumeración BREntityMemberType

Specifies the type of entity member associated with a business rule.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

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

Miembros

Nombre del miembro Descripción
Consolidated The consolidated type members that participate in explicit hierarchies, and may have children in explicit hierarchies.
Leaf The leaf type members, which do not have children in explicit hierarchies.
NotSpecified The member type is unspecified.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts