IService.DataQualityInstalledState(DataQualityInstalledStateRequest) Méthode

Définition

Retourne l'état des services DQS installés.

public:
 Microsoft::MasterDataServices::DataQualityInstalledStateResponse ^ DataQualityInstalledState(Microsoft::MasterDataServices::DataQualityInstalledStateRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledState", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateResponse")]
public Microsoft.MasterDataServices.DataQualityInstalledStateResponse DataQualityInstalledState (Microsoft.MasterDataServices.DataQualityInstalledStateRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledState", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/DataQualityInstalledStateResponse")>]
abstract member DataQualityInstalledState : Microsoft.MasterDataServices.DataQualityInstalledStateRequest -> Microsoft.MasterDataServices.DataQualityInstalledStateResponse
Public Function DataQualityInstalledState (request As DataQualityInstalledStateRequest) As DataQualityInstalledStateResponse

Paramètres

request
DataQualityInstalledStateRequest

Opération de demande.

Retours

Réponse à l'opération demandée.

Attributs

S’applique à