ServiceClient.IService.DataQualityInstalledState Method

Definition

Retrieves the DQS state – the response is positive if DQS is properly installed and configured to work with Master Data Services.

 virtual Microsoft::MasterDataServices::DataQualityInstalledStateResponse ^ Microsoft.MasterDataServices.IService.DataQualityInstalledState(Microsoft::MasterDataServices::DataQualityInstalledStateRequest ^ request) = Microsoft::MasterDataServices::IService::DataQualityInstalledState;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.DataQualityInstalledStateResponse IService.DataQualityInstalledState (Microsoft.MasterDataServices.DataQualityInstalledStateRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.DataQualityInstalledState : Microsoft.MasterDataServices.DataQualityInstalledStateRequest -> Microsoft.MasterDataServices.DataQualityInstalledStateResponse
override this.Microsoft.MasterDataServices.IService.DataQualityInstalledState : Microsoft.MasterDataServices.DataQualityInstalledStateRequest -> Microsoft.MasterDataServices.DataQualityInstalledStateResponse
Function DataQualityInstalledState (request As DataQualityInstalledStateRequest) As DataQualityInstalledStateResponse Implements IService.DataQualityInstalledState

Parameters

request
DataQualityInstalledStateRequest

The state request.

Returns

The DataQualityInstalledStateResponse for the operation.

Implements

Attributes

Applies to