Classe MatchingCriterion
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 matching.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.MatchingCriterion
Microsoft.MasterDataServices.PrerequisiteMatchingCriterion
Microsoft.MasterDataServices.WeightedMatchingCriterion
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<KnownTypeAttribute(GetType(WeightedMatchingCriterion))> _
<KnownTypeAttribute(GetType(DateMatchingCriterion))> _
<KnownTypeAttribute(GetType(StringMatchingCriterion))> _
<KnownTypeAttribute(GetType(ExactMatchingCriterion))> _
<DataContractAttribute(Name := "MatchingCriterion", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(PrerequisiteMatchingCriterion))> _
<KnownTypeAttribute(GetType(SimilarMatchingCriterion))> _
<KnownTypeAttribute(GetType(NumericByDifferenceMatchingCriterion))> _
<KnownTypeAttribute(GetType(NumericByPercentageMatchingCriterion))> _
<KnownTypeAttribute(GetType(NumericMatchingCriterion))> _
Public Class MatchingCriterion _
Implements IExtensibleDataObject
'Utilisation
Dim instance As MatchingCriterion
[KnownTypeAttribute(typeof(WeightedMatchingCriterion))]
[KnownTypeAttribute(typeof(DateMatchingCriterion))]
[KnownTypeAttribute(typeof(StringMatchingCriterion))]
[KnownTypeAttribute(typeof(ExactMatchingCriterion))]
[DataContractAttribute(Name = "MatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(PrerequisiteMatchingCriterion))]
[KnownTypeAttribute(typeof(SimilarMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericByDifferenceMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericByPercentageMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericMatchingCriterion))]
public class MatchingCriterion : IExtensibleDataObject
[KnownTypeAttribute(typeof(WeightedMatchingCriterion))]
[KnownTypeAttribute(typeof(DateMatchingCriterion))]
[KnownTypeAttribute(typeof(StringMatchingCriterion))]
[KnownTypeAttribute(typeof(ExactMatchingCriterion))]
[DataContractAttribute(Name = L"MatchingCriterion", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(PrerequisiteMatchingCriterion))]
[KnownTypeAttribute(typeof(SimilarMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericByDifferenceMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericByPercentageMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericMatchingCriterion))]
public ref class MatchingCriterion : IExtensibleDataObject
[<KnownTypeAttribute(typeof(WeightedMatchingCriterion))>]
[<KnownTypeAttribute(typeof(DateMatchingCriterion))>]
[<KnownTypeAttribute(typeof(StringMatchingCriterion))>]
[<KnownTypeAttribute(typeof(ExactMatchingCriterion))>]
[<DataContractAttribute(Name = "MatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(PrerequisiteMatchingCriterion))>]
[<KnownTypeAttribute(typeof(SimilarMatchingCriterion))>]
[<KnownTypeAttribute(typeof(NumericByDifferenceMatchingCriterion))>]
[<KnownTypeAttribute(typeof(NumericByPercentageMatchingCriterion))>]
[<KnownTypeAttribute(typeof(NumericMatchingCriterion))>]
type MatchingCriterion =
class
interface IExtensibleDataObject
end
public class MatchingCriterion implements IExtensibleDataObject
Le type MatchingCriterion expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
MatchingCriterion | Infrastructure. Initializes a new instance of the MatchingCriterion class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
ExtensionData | Infrastructure. Get or sets the extension data for the criterion. | |
Mappings | Infrastructure. Gets or sets the list of the mappings. |
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.