Partilhar via


Propriedade do RDL NumericByPercentageMatchingCriterion.Percentage

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the percentage.

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

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property Percentage As Double
    Get
    Set
'Uso
Dim instance As NumericByPercentageMatchingCriterion
Dim value As Double

value = instance.Percentage

instance.Percentage = value
[DataMemberAttribute]
public double Percentage { get; set; }
[DataMemberAttribute]
public:
property double Percentage {
    double get ();
    void set (double value);
}
[<DataMemberAttribute>]
member Percentage : float with get, set
function get Percentage () : double
function set Percentage (value : double)

Valor da propriedade

Tipo: System.Double
The percentage.

Consulte também

Referência

NumericByPercentageMatchingCriterion Classe

Namespace Microsoft.MasterDataServices