Partilhar via


Propriedade do RDL MatchingPolicy.Rules

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 matching rules of the policy.

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

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property Rules As IList(Of MatchingRule)
    Get 
    Set
'Uso
Dim instance As MatchingPolicy 
Dim value As IList(Of MatchingRule)

value = instance.Rules

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

Valor da propriedade

Tipo: System.Collections.Generic.IList<MatchingRule>
The matching rules of the policy.

Consulte também

Referência

MatchingPolicy Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts