Compartir a través de


Clase MatchingCriterion

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents the criteria for the matching.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.MatchingCriterion
    Microsoft.MasterDataServices.PrerequisiteMatchingCriterion
    Microsoft.MasterDataServices.WeightedMatchingCriterion

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<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
'Uso
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

El tipo MatchingCriterion expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público MatchingCriterion Infraestructura. Initializes a new instance of the MatchingCriterion class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ExtensionData Infraestructura. Get or sets the extension data for the criterion.
Propiedad pública Mappings Infraestructura. Gets or sets the list of the mappings.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices