Partager via


Propriété WeightedMatchingCriterion.DomainWeight

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 domain weight.

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

Syntaxe

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

Valeur de propriété

Type : System.Int32
The domain weight.

Voir aussi

Référence

WeightedMatchingCriterion Classe

Espace de noms Microsoft.MasterDataServices