NumericByDifferenceMatchingCriterion.Difference 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.

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

Syntax

[DataMemberAttribute]
public double Difference { get; set; }
public:
[DataMemberAttribute]
property double Difference {
    double get();
    void set(double value);
}
[<DataMemberAttribute>]
member Difference : float with get, set
<DataMemberAttribute>
Public Property Difference As Double

Property Value

Type: System.Double

The difference.

See Also

NumericByDifferenceMatchingCriterion Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top