Classe WeightedMatchingCriterion
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 the weighted matching.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.MatchingCriterion
Microsoft.MasterDataServices.WeightedMatchingCriterion
Microsoft.MasterDataServices.ExactMatchingCriterion
Microsoft.MasterDataServices.SimilarMatchingCriterion
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<KnownTypeAttribute(GetType(SimilarMatchingCriterion))> _
<KnownTypeAttribute(GetType(DateMatchingCriterion))> _
<DataContractAttribute(Name := "WeightedMatchingCriterion", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(NumericByDifferenceMatchingCriterion))> _
<KnownTypeAttribute(GetType(StringMatchingCriterion))> _
<KnownTypeAttribute(GetType(NumericByPercentageMatchingCriterion))> _
<KnownTypeAttribute(GetType(NumericMatchingCriterion))> _
<KnownTypeAttribute(GetType(ExactMatchingCriterion))> _
Public Class WeightedMatchingCriterion _
Inherits MatchingCriterion
'Uso
Dim instance As WeightedMatchingCriterion
[KnownTypeAttribute(typeof(SimilarMatchingCriterion))]
[KnownTypeAttribute(typeof(DateMatchingCriterion))]
[DataContractAttribute(Name = "WeightedMatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(NumericByDifferenceMatchingCriterion))]
[KnownTypeAttribute(typeof(StringMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericByPercentageMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericMatchingCriterion))]
[KnownTypeAttribute(typeof(ExactMatchingCriterion))]
public class WeightedMatchingCriterion : MatchingCriterion
[KnownTypeAttribute(typeof(SimilarMatchingCriterion))]
[KnownTypeAttribute(typeof(DateMatchingCriterion))]
[DataContractAttribute(Name = L"WeightedMatchingCriterion", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(NumericByDifferenceMatchingCriterion))]
[KnownTypeAttribute(typeof(StringMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericByPercentageMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericMatchingCriterion))]
[KnownTypeAttribute(typeof(ExactMatchingCriterion))]
public ref class WeightedMatchingCriterion : public MatchingCriterion
[<KnownTypeAttribute(typeof(SimilarMatchingCriterion))>]
[<KnownTypeAttribute(typeof(DateMatchingCriterion))>]
[<DataContractAttribute(Name = "WeightedMatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(NumericByDifferenceMatchingCriterion))>]
[<KnownTypeAttribute(typeof(StringMatchingCriterion))>]
[<KnownTypeAttribute(typeof(NumericByPercentageMatchingCriterion))>]
[<KnownTypeAttribute(typeof(NumericMatchingCriterion))>]
[<KnownTypeAttribute(typeof(ExactMatchingCriterion))>]
type WeightedMatchingCriterion =
class
inherit MatchingCriterion
end
public class WeightedMatchingCriterion extends MatchingCriterion
O tipo WeightedMatchingCriterion expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
WeightedMatchingCriterion | Infraestrutura. Initializes a new instance of the WeightedMatchingCriterion class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
DomainWeight | Infraestrutura. Gets or sets the domain weight. | |
ExtensionData | Infraestrutura. Get or sets the extension data for the criterion. (Herdado de MatchingCriterion.) | |
Mappings | Infraestrutura. Gets or sets the list of the mappings. (Herdado de MatchingCriterion.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.