Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the name identifying a property within a business rule component.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "BRPropertyName", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration BRPropertyName
'Usage
Dim instance As BRPropertyName
[DataContractAttribute(Name = "BRPropertyName", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum BRPropertyName
[DataContractAttribute(Name = L"BRPropertyName", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class BRPropertyName
[<DataContractAttribute(Name = "BRPropertyName", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRPropertyName
public enum BRPropertyName
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| NotSpecified | The property is not specified. | |
| Value | An argument value. | |
| StartPosition | The starting position of a substring. | |
| RangeLow | The low end of a range. | |
| RangeHigh | The high end of a range. | |
| StartingValue | The starting value of an incremented value. | |
| IncrementValue | The value by which to increment. | |
| Length | The length of a string. | |
| Substring | A substring value. | |
| Anchor | The attribute associated with the business rule. |