WeightedMatchingCriterion 클래스

정의

가중치 일치 조건을 나타냅니다.

public ref class WeightedMatchingCriterion : Microsoft::MasterDataServices::MatchingCriterion
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="WeightedMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.SimilarMatchingCriterion))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.DateMatchingCriterion))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.NumericByDifferenceMatchingCriterion))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.StringMatchingCriterion))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.NumericByPercentageMatchingCriterion))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.NumericMatchingCriterion))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.ExactMatchingCriterion))]
public class WeightedMatchingCriterion : Microsoft.MasterDataServices.MatchingCriterion
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="WeightedMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.SimilarMatchingCriterion))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.DateMatchingCriterion))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.NumericByDifferenceMatchingCriterion))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.StringMatchingCriterion))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.NumericByPercentageMatchingCriterion))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.NumericMatchingCriterion))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.ExactMatchingCriterion))>]
type WeightedMatchingCriterion = class
    inherit MatchingCriterion
Public Class WeightedMatchingCriterion
Inherits MatchingCriterion
상속
WeightedMatchingCriterion
파생
특성

생성자

WeightedMatchingCriterion()

WeightedMatchingCriterion 클래스의 새 인스턴스를 초기화합니다.

속성

DomainWeight

도메인 가중치를 가져오거나 설정합니다.

ExtensionData

조건의 확장 데이터를 가져오거나 설정합니다.

(다음에서 상속됨 MatchingCriterion)
Mappings

매핑의 목록을 가져오거나 설정합니다.

(다음에서 상속됨 MatchingCriterion)

적용 대상