DateMatchingCriterion.YearsDifference Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the difference in years.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public int YearsDifference { get; set; }
public:
[DataMemberAttribute]
property int YearsDifference {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member YearsDifference : int with get, set
<DataMemberAttribute>
Public Property YearsDifference As Integer

Property Value

Type: System.Int32

The difference in years.

See Also

DateMatchingCriterion Class
Microsoft.MasterDataServices Namespace

Return to top