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 命名空间