BREntityMemberType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Explicit hierarchies are deprecated. Once removed, all rules will apply only to Leaf members
Specifies the type of entity member that is associated with a business rule.
public enum class BREntityMemberType
[System.Obsolete("Explicit hierarchies are deprecated. Once removed, all rules will apply only to Leaf members")]
[System.Runtime.Serialization.DataContract(Name="BREntityMemberType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum BREntityMemberType
[<System.Obsolete("Explicit hierarchies are deprecated. Once removed, all rules will apply only to Leaf members")>]
[<System.Runtime.Serialization.DataContract(Name="BREntityMemberType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BREntityMemberType =
Public Enum BREntityMemberType
- Inheritance
-
BREntityMemberType
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | Not specified |
Leaf | 1 | Leaf |
Consolidated | 2 | Consolidated |
Remarks
The BREntityMemberType simple type specifies the type of entity member that is associated with a business rule.