Knowledgebase.MatchingPolicy 속성
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets or sets the matching policy for the knowledge base.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<DataMemberAttribute> _
Public Property MatchingPolicy As MatchingPolicy
Get
Set
‘사용 방법
Dim instance As Knowledgebase
Dim value As MatchingPolicy
value = instance.MatchingPolicy
instance.MatchingPolicy = value
[DataMemberAttribute]
public MatchingPolicy MatchingPolicy { get; set; }
[DataMemberAttribute]
public:
property MatchingPolicy^ MatchingPolicy {
MatchingPolicy^ get ();
void set (MatchingPolicy^ value);
}
[<DataMemberAttribute>]
member MatchingPolicy : MatchingPolicy with get, set
function get MatchingPolicy () : MatchingPolicy
function set MatchingPolicy (value : MatchingPolicy)
속성 값
유형: Microsoft.MasterDataServices.Services.DataContracts.MatchingPolicy
The matching policy for the knowledge base.