SimilarMatchingCriterion Class

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

Represents the criteria for similar matching.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.MatchingCriterion
    Microsoft.MasterDataServices.WeightedMatchingCriterion
      Microsoft.MasterDataServices.SimilarMatchingCriterion
        Microsoft.MasterDataServices.DateMatchingCriterion
        Microsoft.MasterDataServices.NumericByDifferenceMatchingCriterion
        Microsoft.MasterDataServices.NumericByPercentageMatchingCriterion
        Microsoft.MasterDataServices.NumericMatchingCriterion
        Microsoft.MasterDataServices.StringMatchingCriterion

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

Syntax

'Declaration
<KnownTypeAttribute(GetType(NumericByDifferenceMatchingCriterion))> _
<DataContractAttribute(Name := "SimilarMatchingCriterion", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(DateMatchingCriterion))> _
<KnownTypeAttribute(GetType(NumericMatchingCriterion))> _
<KnownTypeAttribute(GetType(StringMatchingCriterion))> _
<KnownTypeAttribute(GetType(NumericByPercentageMatchingCriterion))> _
Public Class SimilarMatchingCriterion _
    Inherits WeightedMatchingCriterion
'Usage
Dim instance As SimilarMatchingCriterion
[KnownTypeAttribute(typeof(NumericByDifferenceMatchingCriterion))]
[DataContractAttribute(Name = "SimilarMatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(DateMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericMatchingCriterion))]
[KnownTypeAttribute(typeof(StringMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericByPercentageMatchingCriterion))]
public class SimilarMatchingCriterion : WeightedMatchingCriterion
[KnownTypeAttribute(typeof(NumericByDifferenceMatchingCriterion))]
[DataContractAttribute(Name = L"SimilarMatchingCriterion", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(DateMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericMatchingCriterion))]
[KnownTypeAttribute(typeof(StringMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericByPercentageMatchingCriterion))]
public ref class SimilarMatchingCriterion : public WeightedMatchingCriterion
[<KnownTypeAttribute(typeof(NumericByDifferenceMatchingCriterion))>]
[<DataContractAttribute(Name = "SimilarMatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(DateMatchingCriterion))>]
[<KnownTypeAttribute(typeof(NumericMatchingCriterion))>]
[<KnownTypeAttribute(typeof(StringMatchingCriterion))>]
[<KnownTypeAttribute(typeof(NumericByPercentageMatchingCriterion))>]
type SimilarMatchingCriterion =  
    class
        inherit WeightedMatchingCriterion
    end
public class SimilarMatchingCriterion extends WeightedMatchingCriterion

The SimilarMatchingCriterion type exposes the following members.

Constructors

  Name Description
Public method SimilarMatchingCriterion Infrastructure. Initializes a new instance of the SimilarMatchingCriterion class.

Top

Properties

  Name Description
Public property DomainWeight Infrastructure. Gets or sets the domain weight. (Inherited from WeightedMatchingCriterion.)
Public property ExtensionData Infrastructure. Get or sets the extension data for the criterion. (Inherited from MatchingCriterion.)
Public property Mappings Infrastructure. Gets or sets the list of the mappings. (Inherited from MatchingCriterion.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.MasterDataServices Namespace