ServiceClient.DataQualityInstalledState 方法

定义

确定 DQS 是否已正确安装并配置为使用指定设置Master Data Services。

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

参数

International
International

区域性设置。

OperationResult
OperationResult

此方法返回时,包含操作结果。 此参数未经初始化即被传递。

返回

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

适用于