다음을 통해 공유


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.

참고 항목

참조

MatchingPolicy 클래스

Microsoft.MasterDataServices 네임스페이스