다음을 통해 공유


Service.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.Services
어셈블리:  Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)

구문

‘선언
Public Function DataQualityInstalledState ( _
    request As DataQualityInstalledStateRequest _
) As DataQualityInstalledStateResponse
‘사용 방법
Dim instance As Service 
Dim request As DataQualityInstalledStateRequest 
Dim returnValue As DataQualityInstalledStateResponse 

returnValue = instance.DataQualityInstalledState(request)
public DataQualityInstalledStateResponse DataQualityInstalledState(
    DataQualityInstalledStateRequest request
)
public:
virtual DataQualityInstalledStateResponse^ DataQualityInstalledState(
    DataQualityInstalledStateRequest^ request
) sealed
abstract DataQualityInstalledState : 
        request:DataQualityInstalledStateRequest -> DataQualityInstalledStateResponse  
override DataQualityInstalledState : 
        request:DataQualityInstalledStateRequest -> DataQualityInstalledStateResponse
public final function DataQualityInstalledState(
    request : DataQualityInstalledStateRequest
) : DataQualityInstalledStateResponse

매개 변수

반환 값

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

구현

IService.DataQualityInstalledState(DataQualityInstalledStateRequest)

참고 항목

참조

Service 클래스

Microsoft.MasterDataServices.Services 네임스페이스