MatchingRule Class
A matching rule in DQS.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
| Name | Description | |
|---|---|---|
![]() | MatchingRule() | Initializes a new instance of the MatchingRule class. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets or sets the description of the rule. |
![]() | MatchingCriteria | Gets or sets the criteria. |
![]() | Name | Gets or sets the rule's name. |
![]() | Threshold | Gets or sets the rule's threshold (the minimum matching score). |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The MatchingRule specifies a matching rule in DQS.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


