Clase NumericByPercentageMatchingCriterion
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 matching numeric by percentage.
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.NumericByPercentageMatchingCriterion
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "NumericByPercentageMatchingCriterion", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class NumericByPercentageMatchingCriterion _
Inherits SimilarMatchingCriterion
'Uso
Dim instance As NumericByPercentageMatchingCriterion
[DataContractAttribute(Name = "NumericByPercentageMatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class NumericByPercentageMatchingCriterion : SimilarMatchingCriterion
[DataContractAttribute(Name = L"NumericByPercentageMatchingCriterion", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class NumericByPercentageMatchingCriterion : public SimilarMatchingCriterion
[<DataContractAttribute(Name = "NumericByPercentageMatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type NumericByPercentageMatchingCriterion =
class
inherit SimilarMatchingCriterion
end
public class NumericByPercentageMatchingCriterion extends SimilarMatchingCriterion
El tipo NumericByPercentageMatchingCriterion expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
NumericByPercentageMatchingCriterion | Infraestructura. Initializes a new instance of the NumericByPercentageMatchingCriterion class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
DomainWeight | Infraestructura. Gets or sets the domain weight. (Se hereda de WeightedMatchingCriterion.) | |
Mappings | Infraestructura. Gets or sets the list of the field mappings. (Se hereda de MatchingCriterion.) | |
Percentage | Infraestructura. Gets or sets the percentage. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
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