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

要求操作。

戻り値

要求された操作に対する応答です。

属性

適用対象