Condividi tramite


Proprietà MatchingRule.Threshold

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the threshold of the rule.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property Threshold As Integer
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Int32
The threshold of the rule.

Vedere anche

Riferimento

MatchingRule Classe

Spazio dei nomi Microsoft.MasterDataServices