DateMatchingCriterion.MonthsDifference 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 months.

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

Syntax

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

Property Value

Type: System.Int32

The difference in months.

See Also

DateMatchingCriterion Class
Microsoft.MasterDataServices Namespace

Return to top