Compartir a través de


MatchingRule.Threshold Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the threshold of the rule.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Threshold As Integer 
    Get 
    Set
'Uso
Dim instance As MatchingRule 
Dim value As Integer 

value = instance.Threshold

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

Valor de la propiedad

Tipo: System.Int32
The threshold of the rule.

Vea también

Referencia

MatchingRule Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts