DataQualityCleansingOperationCreateRequest Constructors
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.
Creates a new instance of the DataQualityCleansingOperationCreateRequest class.
Overloads
DataQualityCleansingOperationCreateRequest() |
Creates a new instance of the DataQualityCleansingOperationCreateRequest class. |
DataQualityCleansingOperationCreateRequest(International, Collection<DataSourceFieldMapping>, Int64) |
Creates a new instance of the DataQualityCleansingOperationCreateRequest class with specified data contract for the international message header, column mappings, and knowledge base identifier.. |
DataQualityCleansingOperationCreateRequest()
Creates a new instance of the DataQualityCleansingOperationCreateRequest class.
public:
DataQualityCleansingOperationCreateRequest();
public DataQualityCleansingOperationCreateRequest ();
Public Sub New ()
Applies to
DataQualityCleansingOperationCreateRequest(International, Collection<DataSourceFieldMapping>, Int64)
Creates a new instance of the DataQualityCleansingOperationCreateRequest class with specified data contract for the international message header, column mappings, and knowledge base identifier..
public:
DataQualityCleansingOperationCreateRequest(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::DataSourceFieldMapping ^> ^ ColumnMappings, long KnowledgebaseId);
public DataQualityCleansingOperationCreateRequest (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.DataSourceFieldMapping> ColumnMappings, long KnowledgebaseId);
new Microsoft.MasterDataServices.DataQualityCleansingOperationCreateRequest : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.DataSourceFieldMapping> * int64 -> Microsoft.MasterDataServices.DataQualityCleansingOperationCreateRequest
Public Sub New (International As International, ColumnMappings As Collection(Of DataSourceFieldMapping), KnowledgebaseId As Long)
Parameters
- International
- International
The data contract for the international message header.
- ColumnMappings
- Collection<DataSourceFieldMapping>
The column mappings.
- KnowledgebaseId
- Int64
The knowledge base identifier.