Freigeben über


ServiceClient.IService.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
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Rückgabewert

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

Implementiert

IService.DataQualityInstalledState(DataQualityInstalledStateRequest)

Siehe auch

Verweis

ServiceClient Klasse

Microsoft.MasterDataServices-Namespace