DataQualityCleansingOperationCreateRequest.ColumnMappings Property

Definition

A mapping of input data to DQS KB domains and operations.

public:
 property System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::DataSourceFieldMapping ^> ^ ColumnMappings { System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::DataSourceFieldMapping ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::DataSourceFieldMapping ^> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.Generic.IList<Microsoft.MasterDataServices.Services.DataContracts.DataSourceFieldMapping> ColumnMappings { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.ColumnMappings : System.Collections.Generic.IList<Microsoft.MasterDataServices.Services.DataContracts.DataSourceFieldMapping> with get, set
Public Property ColumnMappings As IList(Of DataSourceFieldMapping)

Property Value

A mapping of input data to DQS KB domains and operations.

Attributes

Applies to