DateMatchingCriterion.DaysDifference 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 days.

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

Syntax

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

Property Value

Type: System.Int32

The difference in days.

See Also

DateMatchingCriterion Class
Microsoft.MasterDataServices Namespace

Return to top