MatchingCriterion.Mappings 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the list of the field mappings.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property Mappings As ICollection(Of DataSourceFieldMapping)
    Get 
    Set
用法
Dim instance As MatchingCriterion 
Dim value As ICollection(Of DataSourceFieldMapping)

value = instance.Mappings

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

属性值

类型:System.Collections.Generic.ICollection<DataSourceFieldMapping>
The list of the field mappings.

请参阅

参考

MatchingCriterion 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间