ValidationIssue.BusinessRuleId Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the identifier of the business rule that created the validation issue.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier BusinessRuleId { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Identifier^ BusinessRuleId {
    Identifier^ get();
    void set(Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BusinessRuleId : Identifier with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property BusinessRuleId As Identifier

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier

The identifier of the business rule that created the validation issue.

See Also

ValidationIssue Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top