Classe ExactMatchingCriterion
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 exact matching.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.MatchingCriterion
Microsoft.MasterDataServices.WeightedMatchingCriterion
Microsoft.MasterDataServices.ExactMatchingCriterion
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Name := "ExactMatchingCriterion", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ExactMatchingCriterion _
Inherits WeightedMatchingCriterion
'Utilisation
Dim instance As ExactMatchingCriterion
[DataContractAttribute(Name = "ExactMatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ExactMatchingCriterion : WeightedMatchingCriterion
[DataContractAttribute(Name = L"ExactMatchingCriterion", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ExactMatchingCriterion : public WeightedMatchingCriterion
[<DataContractAttribute(Name = "ExactMatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ExactMatchingCriterion =
class
inherit WeightedMatchingCriterion
end
public class ExactMatchingCriterion extends WeightedMatchingCriterion
Le type ExactMatchingCriterion expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ExactMatchingCriterion | Infrastructure. Initializes a new instance of the ExactMatchingCriterion 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.