Свойство MatchingRule.Threshold

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets or sets the threshold of the rule.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property Threshold As Integer 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.Int32
The threshold of the rule.

См. также

Справочник

MatchingRule Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts