Свойство MatchingPolicy.Rules
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets the matching rules of the policy.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataMemberAttribute> _
Public Property Rules As Collection(Of MatchingRule)
Get
Set
'Применение
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>)
Значение свойства
Тип: System.Collections.ObjectModel.Collection<MatchingRule>
The matching rules of the policy.