SimilarMatchingCriterion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A DQS similar match criterion.
public ref class SimilarMatchingCriterion : Microsoft::MasterDataServices::Services::DataContracts::WeightedMatchingCriterion
[System.Runtime.Serialization.DataContract(Name="SimilarMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SimilarMatchingCriterion : Microsoft.MasterDataServices.Services.DataContracts.WeightedMatchingCriterion
[<System.Runtime.Serialization.DataContract(Name="SimilarMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SimilarMatchingCriterion = class
inherit WeightedMatchingCriterion
Public Class SimilarMatchingCriterion
Inherits WeightedMatchingCriterion
- Inheritance
- Derived
- Attributes
Remarks
The SimilarMatchingCriterion specifies a DQS similar match criterion.
Constructors
SimilarMatchingCriterion() |
Initializes a new instance of the SimilarMatchingCriterion class. |
Properties
DomainWeight |
Specifies the weight of the criterion (Inherited from WeightedMatchingCriterion) |
Mappings |
Specifies mappings for the criterion to fields (columns) and domains. There is only one mapping for scalar domain or multiple mapping is the criterion is for composite domain. (Inherited from MatchingCriterion) |