Freigeben über


Service.DataQualityInstalledState-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Parameter

Rückgabewert

Typ: Microsoft.MasterDataServices.Services.MessageContracts.DataQualityInstalledStateResponse
The DataQualityInstalledStateResponse for the operation.

Implementiert

IService.DataQualityInstalledState(DataQualityInstalledStateRequest)

Siehe auch

Verweis

Service Klasse

Microsoft.MasterDataServices.Services-Namespace