次の方法で共有


MatchingRule.Threshold プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ルールのしきい値を取得または設定します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.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
ルールのしきい値です。

関連項目

参照

MatchingRule クラス

Microsoft.MasterDataServices 名前空間