ServiceClient.DataQualityStoreInputData 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.
Retrieves the data for the data quality store input.
public:
Microsoft::MasterDataServices::OperationResult ^ DataQualityStoreInputData(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::TabularData ^ Data, Guid OperationId);
public Microsoft.MasterDataServices.OperationResult DataQualityStoreInputData (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.TabularData Data, Guid OperationId);
member this.DataQualityStoreInputData : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.TabularData * Guid -> Microsoft.MasterDataServices.OperationResult
Public Function DataQualityStoreInputData (International As International, Data As TabularData, OperationId As Guid) As OperationResult
Parameters
- International
- International
The cultural settings.
- Data
- TabularData
The data to retrieve.
- OperationId
- Guid
The operation identifier.
Returns
The result of the operation.