共用方式為


Knowledgebase.MatchingPolicy 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets the matching policy of the knowledgebase.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.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.MatchingPolicy
The matching policy of the knowledgebase.

請參閱

參考

Knowledgebase 類別

Microsoft.MasterDataServices 命名空間