ServiceClient.IService.DataQualityInstalledState Method
This API supports the SQL Server 2012 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
'Declaration
Private Function DataQualityInstalledState ( _
request As DataQualityInstalledStateRequest _
) As DataQualityInstalledStateResponse Implements IService.DataQualityInstalledState
'Usage
Dim instance As ServiceClient
Dim request As DataQualityInstalledStateRequest
Dim returnValue As DataQualityInstalledStateResponse
returnValue = CType(instance, IService).DataQualityInstalledState(request)
DataQualityInstalledStateResponseIService.DataQualityInstalledState(
DataQualityInstalledStateRequest request
)
private:
virtual DataQualityInstalledStateResponse^ DataQualityInstalledState(
DataQualityInstalledStateRequest^ request
) sealed = IService::DataQualityInstalledState
private abstract DataQualityInstalledState :
request:DataQualityInstalledStateRequest -> DataQualityInstalledStateResponse
private override DataQualityInstalledState :
request:DataQualityInstalledStateRequest -> DataQualityInstalledStateResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.DataQualityInstalledStateRequest
The state request.
Return Value
Type: Microsoft.MasterDataServices.DataQualityInstalledStateResponse
The DataQualityInstalledStateResponse for the operation.
Implements
IService.DataQualityInstalledState(DataQualityInstalledStateRequest)