MatchingRule.Description Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the description of the rule.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public string Description { get; set; }
public:
[DataMemberAttribute]
property String^ Description {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member Description : string with get, set
<DataMemberAttribute>
Public Property Description As String

Property Value

Type: System.String

The description of the rule.

See Also

MatchingRule Class
Microsoft.MasterDataServices Namespace

Return to top