Partilhar via


Propriedade do RDL WeightedMatchingCriterion.DomainWeight

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the domain weight.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property DomainWeight As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Int32
The domain weight.

Consulte também

Referência

WeightedMatchingCriterion Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts