DateMatchingCriterion 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.
A DQS date match criterion.
public ref class DateMatchingCriterion : Microsoft::MasterDataServices::Services::DataContracts::SimilarMatchingCriterion
[System.Runtime.Serialization.DataContract(Name="DateMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class DateMatchingCriterion : Microsoft.MasterDataServices.Services.DataContracts.SimilarMatchingCriterion
[<System.Runtime.Serialization.DataContract(Name="DateMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DateMatchingCriterion = class
inherit SimilarMatchingCriterion
Public Class DateMatchingCriterion
Inherits SimilarMatchingCriterion
- Inheritance
- Attributes
Remarks
The DateMatchingCriterion specifies a DQS date match criterion.
Constructors
DateMatchingCriterion() |
Initializes a new instance of the DateMatchingCriterion class. |
Properties
DaysDifference |
Specifies the difference between days. |
DomainWeight |
Specifies the weight of the criterion (Inherited from WeightedMatchingCriterion) |
Mappings |
Specifies mappings for the criterion to fields (columns) and domains. There is only one mapping for scalar domain or multiple mapping is the criterion is for composite domain. (Inherited from MatchingCriterion) |
MonthsDifference |
Specifies the difference between months. |
YearsDifference |
Specifies the difference between years. |