BRPropertyName 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.
Represents the name identifying a property within a business rule component.
public enum class BRPropertyName
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="BRPropertyName", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum BRPropertyName
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Runtime.Serialization.DataContract(Name="BRPropertyName", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRPropertyName =
Public Enum BRPropertyName
- Inheritance
-
BRPropertyName
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | The property is not specified. |
Value | 1 | An argument value. |
StartPosition | 2 | The starting position of a substring. |
RangeLow | 3 | The low end of a range. |
RangeHigh | 4 | The high end of a range. |
StartingValue | 5 | The starting value of an incremented value. |
IncrementValue | 6 | The value by which to increment. |
Length | 7 | The length of a string. |
Substring | 8 | A substring value. |
Anchor | 9 | The attribute associated with the business rule. |