ServiceClient.DataQualityInstalledState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.