Compartir a través de


MatchingPolicy.Rules Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the matching rules of the policy.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<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 de la propiedad

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

Vea también

Referencia

MatchingPolicy Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts