Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Services
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Function DataQualityInstalledState ( _
request As DataQualityInstalledStateRequest _
) As DataQualityInstalledStateResponse
'Usage
Dim instance As Service
Dim request As DataQualityInstalledStateRequest
Dim returnValue As DataQualityInstalledStateResponse
returnValue = instance.DataQualityInstalledState(request)
public DataQualityInstalledStateResponse DataQualityInstalledState(
DataQualityInstalledStateRequest request
)
public:
virtual DataQualityInstalledStateResponse^ DataQualityInstalledState(
DataQualityInstalledStateRequest^ request
) sealed
abstract DataQualityInstalledState :
request:DataQualityInstalledStateRequest -> DataQualityInstalledStateResponse
override DataQualityInstalledState :
request:DataQualityInstalledStateRequest -> DataQualityInstalledStateResponse
public final function DataQualityInstalledState(
request : DataQualityInstalledStateRequest
) : DataQualityInstalledStateResponse
Parameters
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.DataQualityInstalledStateRequest
The state request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.DataQualityInstalledStateResponse
The DataQualityInstalledStateResponse for the operation.
Implements
IService.DataQualityInstalledState(DataQualityInstalledStateRequest)