ServiceClient.DataQualityInstalledState 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Determines whether the DQS is properly installed and configured to work with Master Data Services with the specified setting.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Function DataQualityInstalledState ( _
International As International, _
<OutAttribute> ByRef OperationResult As OperationResult _
) As Boolean
‘사용 방법
Dim instance As ServiceClient
Dim International As International
Dim OperationResult As OperationResult
Dim returnValue As Boolean
returnValue = instance.DataQualityInstalledState(International, _
OperationResult)
public bool DataQualityInstalledState(
International International,
out OperationResult OperationResult
)
public:
bool DataQualityInstalledState(
International^ International,
[OutAttribute] OperationResult^% OperationResult
)
member DataQualityInstalledState :
International:International *
OperationResult:OperationResult byref -> bool
public function DataQualityInstalledState(
International : International,
OperationResult : OperationResult
) : boolean
매개 변수
- International
유형: Microsoft.MasterDataServices.International
The cultural settings.
- OperationResult
유형: Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
반환 값
유형: System.Boolean
true if the DQS is properly installed and configured to work with Master Data Services; otherwise, false.