IService.DataQualityInstalledState(DataQualityInstalledStateRequest) 方法

定义

返回所安装的 DQS 的状态。

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

参数

request
DataQualityInstalledStateRequest

请求操作。

返回

对所请求操作的响应。

属性

适用于