Classe WeightedMatchingCriterion
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 the weighted matching.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.MatchingCriterion
Microsoft.MasterDataServices.WeightedMatchingCriterion
Microsoft.MasterDataServices.ExactMatchingCriterion
Microsoft.MasterDataServices.SimilarMatchingCriterion
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<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
'Utilisation
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
Le type WeightedMatchingCriterion expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
WeightedMatchingCriterion | Infrastructure. Initializes a new instance of the WeightedMatchingCriterion class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
DomainWeight | Infrastructure. Gets or sets the domain weight. | |
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.