Partager via


Propriété MatchingPolicy.Rules

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

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

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property Rules As IList(Of MatchingRule)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

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

Voir aussi

Référence

MatchingPolicy Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts