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 request for the cleansing operation of the data quality.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.DataQualityCleansingOperationCreateRequest
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<MessageContractAttribute(WrapperName := "DataQualityCleansingOperationCreateRequest", _
WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class DataQualityCleansingOperationCreateRequest
'Usage
Dim instance As DataQualityCleansingOperationCreateRequest
[MessageContractAttribute(WrapperName = "DataQualityCleansingOperationCreateRequest",
WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class DataQualityCleansingOperationCreateRequest
[MessageContractAttribute(WrapperName = L"DataQualityCleansingOperationCreateRequest",
WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class DataQualityCleansingOperationCreateRequest
[<MessageContractAttribute(WrapperName = "DataQualityCleansingOperationCreateRequest",
WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type DataQualityCleansingOperationCreateRequest = class end
public class DataQualityCleansingOperationCreateRequest
The DataQualityCleansingOperationCreateRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DataQualityCleansingOperationCreateRequest() | Infrastructure. Creates a new instance of the DataQualityCleansingOperationCreateRequest class. |
![]() |
DataQualityCleansingOperationCreateRequest(International, Collection<DataSourceFieldMapping>, Int64) | Infrastructure. Creates a new instance of the DataQualityCleansingOperationCreateRequest class with specified data contract for the international message header, column mappings, and knowledge base identifier.. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
ColumnMappings | Infrastructure. Specifies the column mappings. |
![]() |
International | Infrastructure. The data contract for the international message header. |
![]() |
KnowledgebaseId | Infrastructure. The knowledge base identifier. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.