共用方式為


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