ServiceClient.IService.DataQualityInstalledState 方法
此 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)