Share via


DataQualityCleansingOperationCreateRequest.ColumnMappings Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the list of the column mappings.

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<MessageBodyMemberAttribute> _
Public Property ColumnMappings As IList(Of DataSourceFieldMapping)
    Get 
    Set
'Usage
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>)

Property Value

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

See Also

Reference

DataQualityCleansingOperationCreateRequest Class

Microsoft.MasterDataServices.Services.MessageContracts Namespace