DataQualityCleansingOperationCreateRequest.ColumnMappings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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