Compartir a través de


Clase MatchingPolicy

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

Represents the matching policy for the service.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.MatchingPolicy

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

Sintaxis

'Declaración
<KnownTypeAttribute(GetType(PrerequisiteMatchingCriterion))> _
<KnownTypeAttribute(GetType(WeightedMatchingCriterion))> _
<DataContractAttribute(Name := "MatchingPolicy", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(DateMatchingCriterion))> _
<KnownTypeAttribute(GetType(StringMatchingCriterion))> _
<KnownTypeAttribute(GetType(SimilarMatchingCriterion))> _
<KnownTypeAttribute(GetType(ExactMatchingCriterion))> _
<KnownTypeAttribute(GetType(NumericByDifferenceMatchingCriterion))> _
<KnownTypeAttribute(GetType(NumericByPercentageMatchingCriterion))> _
<KnownTypeAttribute(GetType(NumericMatchingCriterion))> _
Public Class MatchingPolicy
'Uso
Dim instance As MatchingPolicy
[KnownTypeAttribute(typeof(PrerequisiteMatchingCriterion))]
[KnownTypeAttribute(typeof(WeightedMatchingCriterion))]
[DataContractAttribute(Name = "MatchingPolicy", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(DateMatchingCriterion))]
[KnownTypeAttribute(typeof(StringMatchingCriterion))]
[KnownTypeAttribute(typeof(SimilarMatchingCriterion))]
[KnownTypeAttribute(typeof(ExactMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericByDifferenceMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericByPercentageMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericMatchingCriterion))]
public class MatchingPolicy
[KnownTypeAttribute(typeof(PrerequisiteMatchingCriterion))]
[KnownTypeAttribute(typeof(WeightedMatchingCriterion))]
[DataContractAttribute(Name = L"MatchingPolicy", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(DateMatchingCriterion))]
[KnownTypeAttribute(typeof(StringMatchingCriterion))]
[KnownTypeAttribute(typeof(SimilarMatchingCriterion))]
[KnownTypeAttribute(typeof(ExactMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericByDifferenceMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericByPercentageMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericMatchingCriterion))]
public ref class MatchingPolicy
[<KnownTypeAttribute(typeof(PrerequisiteMatchingCriterion))>]
[<KnownTypeAttribute(typeof(WeightedMatchingCriterion))>]
[<DataContractAttribute(Name = "MatchingPolicy", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(DateMatchingCriterion))>]
[<KnownTypeAttribute(typeof(StringMatchingCriterion))>]
[<KnownTypeAttribute(typeof(SimilarMatchingCriterion))>]
[<KnownTypeAttribute(typeof(ExactMatchingCriterion))>]
[<KnownTypeAttribute(typeof(NumericByDifferenceMatchingCriterion))>]
[<KnownTypeAttribute(typeof(NumericByPercentageMatchingCriterion))>]
[<KnownTypeAttribute(typeof(NumericMatchingCriterion))>]
type MatchingPolicy =  class end
public class MatchingPolicy

El tipo MatchingPolicy expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Rules Infraestructura. Gets or sets the matching rules of the policy.

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