ServiceClient.IService.DataQualityInstalledState 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索 DQS 状态 – 如果正确安装 DQS 并将其配置为使用Master Data Services,则响应为正数。
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。
实现
- 属性