NumericByPercentageMatchingCriterion.Percentage 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 percentage.

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

Syntax

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

Property Value

Type: System.Double

The percentage.

See Also

NumericByPercentageMatchingCriterion Class
Microsoft.MasterDataServices Namespace

Return to top