MatchingPolicy.Rules 屬性
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets the matching rules of the policy.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
<DataMemberAttribute> _
Public Property Rules As Collection(Of MatchingRule)
Get
Set
'用途
Dim instance As MatchingPolicy
Dim value As Collection(Of MatchingRule)
value = instance.Rules
instance.Rules = value
[DataMemberAttribute]
public Collection<MatchingRule> Rules { get; set; }
[DataMemberAttribute]
public:
property Collection<MatchingRule^>^ Rules {
Collection<MatchingRule^>^ get ();
void set (Collection<MatchingRule^>^ value);
}
[<DataMemberAttribute>]
member Rules : Collection<MatchingRule> with get, set
function get Rules () : Collection<MatchingRule>
function set Rules (value : Collection<MatchingRule>)
屬性值
型別:System.Collections.ObjectModel.Collection<MatchingRule>
The matching rules of the policy.