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
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Rules As Collection(Of MatchingRule)
    Get
    Set
'Uso
Dim instance As MatchingPolicy
Dim value As Collection(Of MatchingRule)

value = instance.Rules

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

Valor de la propiedad

Tipo: System.Collections.ObjectModel.Collection<MatchingRule>
The matching rules of the policy.

Vea también

Referencia

MatchingPolicy Clase

Espacio de nombres Microsoft.MasterDataServices