ServiceClient.IService.DataQualityInstalledState Method (DataQualityInstalledStateRequest)

 

Applies To: SQL Server 2016 Preview

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

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

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

Syntax

DataQualityInstalledStateResponse IService.DataQualityInstalledState(
    DataQualityInstalledStateRequest request
)
private:
virtual DataQualityInstalledStateResponse^ DataQualityInstalledState(
    DataQualityInstalledStateRequest^ request
) sealed = IService::DataQualityInstalledState
private abstract DataQualityInstalledState : 
        request:DataQualityInstalledStateRequest -> DataQualityInstalledStateResponse
private override DataQualityInstalledState : 
        request:DataQualityInstalledStateRequest -> DataQualityInstalledStateResponse
Private Function DataQualityInstalledState (
    request As DataQualityInstalledStateRequest
) As DataQualityInstalledStateResponse
    Implements IService.DataQualityInstalledState

Parameters

Return Value

Type: Microsoft.MasterDataServices.DataQualityInstalledStateResponse

The DataQualityInstalledStateResponse for the operation.

Implements

IService.DataQualityInstalledState(DataQualityInstalledStateRequest)

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top