Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the matching rules of the policy.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Rules As Collection(Of MatchingRule)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.ObjectModel.Collection<MatchingRule>
The matching rules of the policy.