Partager via


Méthode IService.DataQualityInstalledState

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Returns the state of the installed DQS.

Espace de noms :  Microsoft.MasterDataServices.Services.ServiceContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function DataQualityInstalledState ( _
    request As DataQualityInstalledStateRequest _
) As DataQualityInstalledStateResponse
'Utilisation
Dim instance As IService 
Dim request As DataQualityInstalledStateRequest 
Dim returnValue As DataQualityInstalledStateResponse 

returnValue = instance.DataQualityInstalledState(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
DataQualityInstalledStateResponse DataQualityInstalledState(
    DataQualityInstalledStateRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
DataQualityInstalledStateResponse^ DataQualityInstalledState(
    DataQualityInstalledStateRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract DataQualityInstalledState : 
        request:DataQualityInstalledStateRequest -> DataQualityInstalledStateResponse
function DataQualityInstalledState(
    request : DataQualityInstalledStateRequest
) : DataQualityInstalledStateResponse

Paramètres

Valeur de retour

Type : Microsoft.MasterDataServices.Services.MessageContracts.DataQualityInstalledStateResponse
The response to the requested operation.

Voir aussi

Référence

IService Interface

Espace de noms Microsoft.MasterDataServices.Services.ServiceContracts