다음을 통해 공유


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는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

반환 값

유형: Microsoft.MasterDataServices.DataQualityInstalledStateResponse
The DataQualityInstalledStateResponse for the operation.

구현

IService.DataQualityInstalledState(DataQualityInstalledStateRequest)

참고 항목

참조

ServiceClient 클래스

Microsoft.MasterDataServices 네임스페이스