Service.DataQualityStoreInputData(DataQualityStoreInputDataRequest) Method
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.
Stores DQS input data on the server. Can be called multiple times for same operation
public:
virtual Microsoft::MasterDataServices::Services::MessageContracts::DataQualityStoreInputDataResponse ^ DataQualityStoreInputData(Microsoft::MasterDataServices::Services::MessageContracts::DataQualityStoreInputDataRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.DataQualityStoreInputDataResponse DataQualityStoreInputData (Microsoft.MasterDataServices.Services.MessageContracts.DataQualityStoreInputDataRequest request);
abstract member DataQualityStoreInputData : Microsoft.MasterDataServices.Services.MessageContracts.DataQualityStoreInputDataRequest -> Microsoft.MasterDataServices.Services.MessageContracts.DataQualityStoreInputDataResponse
override this.DataQualityStoreInputData : Microsoft.MasterDataServices.Services.MessageContracts.DataQualityStoreInputDataRequest -> Microsoft.MasterDataServices.Services.MessageContracts.DataQualityStoreInputDataResponse
Public Function DataQualityStoreInputData (request As DataQualityStoreInputDataRequest) As DataQualityStoreInputDataResponse
Parameters
- request
- DataQualityStoreInputDataRequest
The request
Returns
The response