此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the list of the mappings.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property Mappings As Collection(Of DataSourceFieldMapping)
Get
Set
用法
Dim instance As MatchingCriterion
Dim value As Collection(Of DataSourceFieldMapping)
value = instance.Mappings
instance.Mappings = value
[DataMemberAttribute]
public Collection<DataSourceFieldMapping> Mappings { get; set; }
[DataMemberAttribute]
public:
property Collection<DataSourceFieldMapping^>^ Mappings {
Collection<DataSourceFieldMapping^>^ get ();
void set (Collection<DataSourceFieldMapping^>^ value);
}
[<DataMemberAttribute>]
member Mappings : Collection<DataSourceFieldMapping> with get, set
function get Mappings () : Collection<DataSourceFieldMapping>
function set Mappings (value : Collection<DataSourceFieldMapping>)
属性值
类型:System.Collections.ObjectModel.Collection<DataSourceFieldMapping>
The list of the mappings.