MatchingPolicy.Rules Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie les règles de correspondance de la stratégie
public:
property System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::MatchingRule ^> ^ Rules { System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::MatchingRule ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::MatchingRule ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IList<Microsoft.MasterDataServices.Services.DataContracts.MatchingRule> Rules { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Rules : System.Collections.Generic.IList<Microsoft.MasterDataServices.Services.DataContracts.MatchingRule> with get, set
Public Property Rules As IList(Of MatchingRule)
Valeur de propriété
Règles de correspondance de la stratégie.
- Attributs