SimilarMatchingCriterion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the criteria for similar matching.
public ref class SimilarMatchingCriterion : Microsoft::MasterDataServices::WeightedMatchingCriterion
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="SimilarMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.NumericByDifferenceMatchingCriterion))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.DateMatchingCriterion))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.NumericMatchingCriterion))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.StringMatchingCriterion))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.NumericByPercentageMatchingCriterion))]
public class SimilarMatchingCriterion : Microsoft.MasterDataServices.WeightedMatchingCriterion
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="SimilarMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.NumericByDifferenceMatchingCriterion))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.DateMatchingCriterion))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.NumericMatchingCriterion))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.StringMatchingCriterion))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.NumericByPercentageMatchingCriterion))>]
type SimilarMatchingCriterion = class
inherit WeightedMatchingCriterion
Public Class SimilarMatchingCriterion
Inherits WeightedMatchingCriterion
- Inheritance
- Derived
- Attributes
Constructors
| SimilarMatchingCriterion() |
Initializes a new instance of the SimilarMatchingCriterion class. |
Properties
| DomainWeight |
Gets or sets the domain weight. (Inherited from WeightedMatchingCriterion) |
| ExtensionData |
Get or sets the extension data for the criterion. (Inherited from MatchingCriterion) |
| Mappings |
Gets or sets the list of the mappings. (Inherited from MatchingCriterion) |