Clase NumericMatchingCriterion

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 numeric matching.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.MatchingCriterion
    Microsoft.MasterDataServices.WeightedMatchingCriterion
      Microsoft.MasterDataServices.SimilarMatchingCriterion
        Microsoft.MasterDataServices.NumericMatchingCriterion

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

Sintaxis

'Declaración
<DataContractAttribute(Name := "NumericMatchingCriterion", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class NumericMatchingCriterion _
    Inherits SimilarMatchingCriterion
'Uso
Dim instance As NumericMatchingCriterion
[DataContractAttribute(Name = "NumericMatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class NumericMatchingCriterion : SimilarMatchingCriterion
[DataContractAttribute(Name = L"NumericMatchingCriterion", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class NumericMatchingCriterion : public SimilarMatchingCriterion
[<DataContractAttribute(Name = "NumericMatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type NumericMatchingCriterion =  
    class
        inherit SimilarMatchingCriterion
    end
public class NumericMatchingCriterion extends SimilarMatchingCriterion

El tipo NumericMatchingCriterion expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública DomainWeight Infraestructura. Gets or sets the domain weight. (Se hereda de WeightedMatchingCriterion.)
Propiedad pública ExtensionData Infraestructura. Get or sets the extension data for the criterion. (Se hereda de MatchingCriterion.)
Propiedad pública Mappings Infraestructura. Gets or sets the list of the mappings. (Se hereda de MatchingCriterion.)

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