次の方法で共有


WeightedMatchingCriterion.DomainWeight プロパティ

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

ドメインの重みを取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property DomainWeight As Integer 
    Get 
    Set
'使用
Dim instance As WeightedMatchingCriterion 
Dim value As Integer 

value = instance.DomainWeight

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

プロパティ値

型: System.Int32
ドメインの重みです。

関連項目

参照

WeightedMatchingCriterion クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間