Partilhar via


Classe SimilarMatchingCriterion

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents the criteria for similar matching.

Hierarquia de herança

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 (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<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
'Uso
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

O tipo SimilarMatchingCriterion expõe os membros a seguir.

Construtores

  Nome Descrição
Método público SimilarMatchingCriterion Infraestrutura. Initializes a new instance of the SimilarMatchingCriterion class.

Início

Propriedades

  Nome Descrição
Propriedade pública DomainWeight Infraestrutura. Gets or sets the domain weight. (Herdado de WeightedMatchingCriterion.)
Propriedade pública ExtensionData Infraestrutura. Get or sets the extension data for the criterion. (Herdado de MatchingCriterion.)
Propriedade pública Mappings Infraestrutura. Gets or sets the list of the mappings. (Herdado de MatchingCriterion.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices