共用方式為


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.

請參閱

參考

Knowledgebase 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間