MatchingPolicy Class

 

A DQS deduplication matching policy.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

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

[KnownTypeAttribute((StringMatchingCriterion^::typeid))]
[DataContractAttribute(Name = "MatchingPolicy", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute((ExactMatchingCriterion^::typeid))]
[KnownTypeAttribute((NumericByDifferenceMatchingCriterion^::typeid))]
[KnownTypeAttribute((NumericByPercentageMatchingCriterion^::typeid))]
[KnownTypeAttribute((SimilarMatchingCriterion^::typeid))]
[KnownTypeAttribute((PrerequisiteMatchingCriterion^::typeid))]
[KnownTypeAttribute((NumericMatchingCriterion^::typeid))]
[KnownTypeAttribute((WeightedMatchingCriterion^::typeid))]
[KnownTypeAttribute((DateMatchingCriterion^::typeid))]
public ref class MatchingPolicy 

NameDescription
System_CAPS_pubmethodMatchingPolicy()

Initializes a new instance of the MatchingPolicy class.

NameDescription
System_CAPS_pubpropertyRules

Gets or sets the matching rules of the policy.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

The MatchingPolicy specifies a DQS deduplication matching policy.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: