Metodo ServiceClient.IService.DataQualityInstalledState
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Retrieves the DQS state – the response is positive if DQS is properly installed and configured to work with Master Data Services.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
Private Function DataQualityInstalledState ( _
request As DataQualityInstalledStateRequest _
) As DataQualityInstalledStateResponse Implements IService.DataQualityInstalledState
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Parametri
- request
Tipo: Microsoft.MasterDataServices.DataQualityInstalledStateRequest
The state request.
Valore restituito
Tipo: Microsoft.MasterDataServices.DataQualityInstalledStateResponse
The DataQualityInstalledStateResponse for the operation.
Implementa
IService.DataQualityInstalledState(DataQualityInstalledStateRequest)