Partager via


Propriété MatchingRule.Threshold

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the threshold of the rule.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property Threshold As Integer
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Int32
The threshold of the rule.

Voir aussi

Référence

MatchingRule Classe

Espace de noms Microsoft.MasterDataServices