次の方法で共有


ServiceClient.IService.DataQualityInstalledState メソッド

定義

DQS の状態を取得します。DQS が正しくインストールされ、マスター データ サービスで動作するように構成されている場合、応答は肯定的です。

 virtual Microsoft::MasterDataServices::DataQualityInstalledStateResponse ^ Microsoft.MasterDataServices.IService.DataQualityInstalledState(Microsoft::MasterDataServices::DataQualityInstalledStateRequest ^ request) = Microsoft::MasterDataServices::IService::DataQualityInstalledState;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.DataQualityInstalledStateResponse IService.DataQualityInstalledState (Microsoft.MasterDataServices.DataQualityInstalledStateRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.DataQualityInstalledState : Microsoft.MasterDataServices.DataQualityInstalledStateRequest -> Microsoft.MasterDataServices.DataQualityInstalledStateResponse
override this.Microsoft.MasterDataServices.IService.DataQualityInstalledState : Microsoft.MasterDataServices.DataQualityInstalledStateRequest -> Microsoft.MasterDataServices.DataQualityInstalledStateResponse
Function DataQualityInstalledState (request As DataQualityInstalledStateRequest) As DataQualityInstalledStateResponse Implements IService.DataQualityInstalledState

パラメーター

request
DataQualityInstalledStateRequest

状態要求。

戻り値

操作の DataQualityInstalledStateResponse

実装

属性

適用対象