DataQualityCleansingOperationCreateRequest.ColumnMappings 属性

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

Gets or sets the list of the column mappings.

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

语法

声明
<MessageBodyMemberAttribute> _
Public Property ColumnMappings As IList(Of DataSourceFieldMapping)
    Get 
    Set
用法
Dim instance As DataQualityCleansingOperationCreateRequest 
Dim value As IList(Of DataSourceFieldMapping)

value = instance.ColumnMappings

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

属性值

类型:System.Collections.Generic.IList<DataSourceFieldMapping>
The list of the column mappings.

请参阅

参考

DataQualityCleansingOperationCreateRequest 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间