BRPropertyName Enum

Definition

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

Anchor 9

The attribute associated with the business rule.

IncrementValue 6

The value by which to increment.

Length 7

The length of a string.

NotSpecified 0

The property is not specified.

RangeHigh 4

The high end of a range.

RangeLow 3

The low end of a range.

StartingValue 5

The starting value of an incremented value.

StartPosition 2

The starting position of a substring.

Substring 8

A substring value.

Value 1

An argument value.

Applies to