Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies the name identifying a property within a business rule component.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Name := "BRPropertyName", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration BRPropertyName
'Utilisation
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
Membres
| Nom de membre | Description | |
|---|---|---|
| Anchor | The attribute associated with the business rule. | |
| IncrementValue | The value to increment by. | |
| Length | The length of a string. | |
| NotSpecified | The property is not specified. | |
| RangeHigh | The high end of a range. | |
| RangeLow | The low end of a range. | |
| StartingValue | The starting value of an incremented value. | |
| StartPosition | The starting position of a substring. | |
| Substring | The substring value. | |
| Value | An argument value. |
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts