다음을 통해 공유


MatchingPolicy.Rules 속성

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets or sets the matching rules of the policy.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property Rules As IList(Of MatchingRule)
    Get 
    Set
‘사용 방법
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>)

속성 값

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

참고 항목

참조

MatchingPolicy 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스