共用方式為


MatchingRule.MatchingCriteria 屬性

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

Gets or sets the criteria for matching.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property MatchingCriteria As Collection(Of MatchingCriterion)
    Get
    Set
'用途
Dim instance As MatchingRule
Dim value As Collection(Of MatchingCriterion)

value = instance.MatchingCriteria

instance.MatchingCriteria = value
[DataMemberAttribute]
public Collection<MatchingCriterion> MatchingCriteria { get; set; }
[DataMemberAttribute]
public:
property Collection<MatchingCriterion^>^ MatchingCriteria {
    Collection<MatchingCriterion^>^ get ();
    void set (Collection<MatchingCriterion^>^ value);
}
[<DataMemberAttribute>]
member MatchingCriteria : Collection<MatchingCriterion> with get, set
function get MatchingCriteria () : Collection<MatchingCriterion>
function set MatchingCriteria (value : Collection<MatchingCriterion>)

屬性值

型別:System.Collections.ObjectModel.Collection<MatchingCriterion>
The criteria for matching.

請參閱

參考

MatchingRule 類別

Microsoft.MasterDataServices 命名空間