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