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 | |
---|---|---|
SimilarMatchingCriterion | Infrastructure. Initializes a new instance of the SimilarMatchingCriterion class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
DomainWeight | Infrastructure. Gets or sets the domain weight. (hérité de WeightedMatchingCriterion.) | |
ExtensionData | Infrastructure. Get or sets the extension data for the criterion. (hérité de MatchingCriterion.) | |
Mappings | Infrastructure. Gets or sets the list of the mappings. (hérité de MatchingCriterion.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
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.