ServiceClient.DataQualityInstalledState Method

Definition

Determines whether the DQS is properly installed and configured to work with Master Data Services with the specified setting.

public:
 bool DataQualityInstalledState(Microsoft::MasterDataServices::International ^ International, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public bool DataQualityInstalledState (Microsoft.MasterDataServices.International International, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.DataQualityInstalledState : Microsoft.MasterDataServices.International * OperationResult -> bool
Public Function DataQualityInstalledState (International As International, ByRef OperationResult As OperationResult) As Boolean

Parameters

International
International

The cultural settings.

OperationResult
OperationResult

When this method returns, contains the operation result. This parameter is passed uninitialized.

Returns

true if the DQS is properly installed and configured to work with Master Data Services; otherwise, false.

Applies to