Compartir a través de


Clase DateMatchingCriterion

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

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.MatchingCriterion
    Microsoft.MasterDataServices.Services.DataContracts.WeightedMatchingCriterion
      Microsoft.MasterDataServices.Services.DataContracts.SimilarMatchingCriterion
        Microsoft.MasterDataServices.Services.DataContracts.DateMatchingCriterion

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

Sintaxis

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

El tipo DateMatchingCriterion expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública DaysDifference Infraestructura. Gets or sets the difference in days.
Propiedad pública DomainWeight Infraestructura. Gets or sets the domain weight. (Se hereda de WeightedMatchingCriterion.)
Propiedad pública Mappings Infraestructura. Gets or sets the list of the field mappings. (Se hereda de MatchingCriterion.)
Propiedad pública MonthsDifference Infraestructura. Gets or sets the difference in months.
Propiedad pública YearsDifference Infraestructura. Gets or sets the difference in years.

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.Services.DataContracts