此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Retrieves the DQS state – the response is positive if DQS is properly installed and configured to work with Master Data Services.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
Private Function DataQualityInstalledState ( _
request As DataQualityInstalledStateRequest _
) As DataQualityInstalledStateResponse Implements IService.DataQualityInstalledState
用法
Dim instance As ServiceClient
Dim request As DataQualityInstalledStateRequest
Dim returnValue As DataQualityInstalledStateResponse
returnValue = CType(instance, IService).DataQualityInstalledState(request)
DataQualityInstalledStateResponseIService.DataQualityInstalledState(
DataQualityInstalledStateRequest request
)
private:
virtual DataQualityInstalledStateResponse^ DataQualityInstalledState(
DataQualityInstalledStateRequest^ request
) sealed = IService::DataQualityInstalledState
private abstract DataQualityInstalledState :
request:DataQualityInstalledStateRequest -> DataQualityInstalledStateResponse
private override DataQualityInstalledState :
request:DataQualityInstalledStateRequest -> DataQualityInstalledStateResponse
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。
参数
- request
类型:Microsoft.MasterDataServices.DataQualityInstalledStateRequest
The state request.
返回值
类型:Microsoft.MasterDataServices.DataQualityInstalledStateResponse
The DataQualityInstalledStateResponse for the operation.
实现
IService.DataQualityInstalledState(DataQualityInstalledStateRequest)