Partager via


Classe SimilarMatchingCriterion

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents the criteria for similar matching.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<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
'Utilisation
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

Le type SimilarMatchingCriterion expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique SimilarMatchingCriterion Infrastructure. Initializes a new instance of the SimilarMatchingCriterion class.

Haut de la page

Propriétés

  Nom Description
Propriété publique DomainWeight Infrastructure. Gets or sets the domain weight. (hérité de WeightedMatchingCriterion.)
Propriété publique ExtensionData Infrastructure. Get or sets the extension data for the criterion. (hérité de MatchingCriterion.)
Propriété publique Mappings Infrastructure. Gets or sets the list of the mappings. (hérité de MatchingCriterion.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices