DataQualityCleansingOperationCreateRequest Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a request for the cleansing operation of the data quality.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

System::Object
  Microsoft.MasterDataServices::DataQualityCleansingOperationCreateRequest

[MessageContractAttribute(WrapperName = "DataQualityCleansingOperationCreateRequest", 
	WrapperNamespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
	IsWrapped = true)]
public ref class DataQualityCleansingOperationCreateRequest 

NameDescription
System_CAPS_pubmethodDataQualityCleansingOperationCreateRequest()

This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new instance of the DataQualityCleansingOperationCreateRequest class.

System_CAPS_pubmethodDataQualityCleansingOperationCreateRequest(International^, Collection<DataSourceFieldMapping^>^, Int64)

This API supports the product 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..

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldColumnMappings

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the column mappings.

System_CAPS_pubfieldInternational

This API supports the product infrastructure and is not intended to be used directly from your code. The data contract for the international message header.

System_CAPS_pubfieldKnowledgebaseId

This API supports the product infrastructure and is not intended to be used directly from your code. The knowledge base identifier.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: