Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Creates a new instance of the DataQualityCleansingOperationCreateRequest class with specified data contract for the international message header, column mappings, and knowledge base identifier..
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
ColumnMappings As Collection(Of DataSourceFieldMapping), _
KnowledgebaseId As Long _
)
'Usage
Dim International As International
Dim ColumnMappings As Collection(Of DataSourceFieldMapping)
Dim KnowledgebaseId As Long
Dim instance As New DataQualityCleansingOperationCreateRequest(International, _
ColumnMappings, KnowledgebaseId)
public DataQualityCleansingOperationCreateRequest(
International International,
Collection<DataSourceFieldMapping> ColumnMappings,
long KnowledgebaseId
)
public:
DataQualityCleansingOperationCreateRequest(
International^ International,
Collection<DataSourceFieldMapping^>^ ColumnMappings,
long long KnowledgebaseId
)
new :
International:International *
ColumnMappings:Collection<DataSourceFieldMapping> *
KnowledgebaseId:int64 -> DataQualityCleansingOperationCreateRequest
public function DataQualityCleansingOperationCreateRequest(
International : International,
ColumnMappings : Collection<DataSourceFieldMapping>,
KnowledgebaseId : long
)
Parameters
- International
Type: Microsoft.MasterDataServices.International
The data contract for the international message header.
- ColumnMappings
Type: System.Collections.ObjectModel.Collection<DataSourceFieldMapping>
The column mappings.
- KnowledgebaseId
Type: System.Int64
The knowledge base identifier.
See Also
Reference
DataQualityCleansingOperationCreateRequest Class